OpenShift Logging

From NovaOrdis Knowledge Base
Revision as of 21:25, 5 August 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * OpenShift Operations =Overview= This page is intended to provide the location of various types of logs in OpenShift. =Log Ty...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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