OpenShift Logging: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
=Master Process Logging= | =Master Process Logging= | ||
=Main Application Traffic Proxy Logging= | |||
On the host that runs the application traffic HAProxy instance, inspect /var/log/haproxy.log. | |||
=Infrastructure Services= | =Infrastructure Services= |
Revision as of 21:33, 5 August 2017
Internal
Overview
This page is intended to provide the location of various types of logs in OpenShift.
Generic Pod Logging
oc logs [-f] <pod-name> [-c <container-name>]
For more details, see:
oc logs
Master Process Logging
Main Application Traffic Proxy Logging
On the host that runs the application traffic HAProxy instance, inspect /var/log/haproxy.log.