Skip to content

Commit 252cde3

Browse files
authored
Merge pull request #87308 from liangxia/ocpbugs48653
OCPBUGS-48653: Fix log file name
2 parents 4eb462e + dac21ca commit 252cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/investigating-worker-node-installation-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $ ssh core@<worker-node>.<cluster_name>.<base_domain> journalctl -b -f -u crio.s
153153
$ oc adm node-logs --role=worker --path=sssd
154154
----
155155
+
156-
.. Inspect a specific log within a `/var/log/` subdirectory. The following example outputs `/var/log/sssd/audit.log` contents from all worker nodes:
156+
.. Inspect a specific log within a `/var/log/` subdirectory. The following example outputs `/var/log/sssd/sssd.log` contents from all worker nodes:
157157
+
158158
[source,terminal]
159159
----

0 commit comments

Comments
 (0)