1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS-48653: Fix log file name

This commit is contained in:
Liang Xia
2025-01-21 15:41:07 +08:00
committed by openshift-cherrypick-robot
parent 5df138e006
commit bb6af7aaa1

View File

@@ -153,7 +153,7 @@ $ ssh core@<worker-node>.<cluster_name>.<base_domain> journalctl -b -f -u crio.s
$ oc adm node-logs --role=worker --path=sssd
----
+
.. Inspect a specific log within a `/var/log/` subdirectory. The following example outputs `/var/log/sssd/audit.log` contents from all worker nodes:
.. Inspect a specific log within a `/var/log/` subdirectory. The following example outputs `/var/log/sssd/sssd.log` contents from all worker nodes:
+
[source,terminal]
----