OpenShift Logging: Difference between revisions
Jump to navigation
Jump to search
(→Kibana) |
|||
Line 22: | Line 22: | ||
===Kibana=== | ===Kibana=== | ||
{{Internal|Kibana_and_OpenShift#Logging|Kibana Logging in OpenShift}} |
Revision as of 21:31, 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