OpenShift Logging: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * OpenShift Operations =Overview= This page is intended to provide the location of various types of logs in OpenShift. =Log Ty...") |
|||
Line 16: | Line 16: | ||
[[oc logs]] | [[oc logs]] | ||
==Master Process Logging== | |||
==Infrastructure Services== | |||
===Kibana=== |
Revision as of 21:26, 5 August 2017
Internal
Overview
This page is intended to provide the location of various types of logs in OpenShift.
Log Types
Pod Logging
oc logs [-f] <pod-name> [-c <container-name>]
For more details, see:
oc logs