OpenShift Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
The general technique is to increase the logging level of various OpenShift master (api, controllers) and node processes as described here: [[OpenShift_Change_the_Log_Level_for_OpenShift_Processes|Change the Log Level for OpenShift Processes]]. --loglevel=10 seems to work fine. Then tail the journalctl log: | The general technique is to increase the logging level of various OpenShift master (api, controllers) and node processes as described here: [[OpenShift_Change_the_Log_Level_for_OpenShift_Processes|Change the Log Level for OpenShift Processes]]. | ||
--loglevel=10 seems to work fine. | |||
Then tail the journalctl log: | |||
[[journalctl]] -u atomic-openshift-master-controllers -f | [[journalctl]] -u atomic-openshift-master-controllers -f |
Revision as of 07:44, 6 July 2017
Internal
Overview
The general technique is to increase the logging level of various OpenShift master (api, controllers) and node processes as described here: Change the Log Level for OpenShift Processes.
--loglevel=10 seems to work fine.
Then tail the journalctl log:
journalctl -u atomic-openshift-master-controllers -f