OpenShift Logging Levels: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
* [[OpenShift Configuration#Subjects|OpenShift Configuration]] | * [[OpenShift Configuration#Subjects|OpenShift Configuration]] | ||
=Overview= | |||
=Change the Log Level for OpenShift Processes= | =Change the Log Level for OpenShift Processes= |
Revision as of 23:46, 12 October 2017
External
Internal
Overview
Change the Log Level for OpenShift Processes
At installation, the log level for OpenShift processes (master daemons, node daemons) can be configured at installation by setting debug_level in the Ansible inventory file.
At runtime, OpenShift components log levels is specified in systemd configuration files, and can be controlled via their --loglevel parameter. This parameter can be set in the OPTIONS for the relevant component's configuration within /etc/sysconfig. After changing the log level, restart with
systemctl restart <component-name>
For more details see:
- /etc/sysconfig/atomic-openshift-master
- /etc/sysconfig/atomic-openshift-master-api
- /etc/sysconfig/atomic-openshift-master-controllers
- /etc/sysconfig/atomic-openshift-node
Log levels:
- 0: Disabled
- 1: Errors
- 2: Warnings
- 3: Info
- 4: Verbose
- 5: Debug