mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
25 lines
826 B
Plaintext
25 lines
826 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * observability/logging/log_visualization/log-visualization.adoc
|
|
// * nodes/pods/nodes-pods-viewing.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="viewing-resource-logs-console_{context}"]
|
|
= Viewing resource logs by using the web console
|
|
|
|
Use the following procedure to view resource logs by using the {product-title} web console.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} console, navigate to *Workloads* -> *Pods* or navigate to the pod through the resource you want to investigate.
|
|
+
|
|
[NOTE]
|
|
====
|
|
Some resources, such as builds, do not have pods to query directly. In such instances, you can locate the *Logs* link on the *Details* page for the resource.
|
|
====
|
|
|
|
. Select a project from the drop-down menu.
|
|
|
|
. Click the name of the pod you want to investigate.
|
|
|
|
. Click *Logs*. |