Skip to content

Commit 13d0085

Browse files
prithvipatil97max-cx
authored and
openshift-cherrypick-robot
committed
Need to add separate code blocks under step 7 of of Quick Start docs
- Need to add separate code blocks under step 7 of of Quick Start docs - Here is the documentation link: https://docs.openshift.com/container-platform/4.18/observability/logging/logging-6.0/log6x-about.html#quick-start - As per the standard rule, using more than one command per code block is not recommended. - Hence we need to mention 3 separate code blocks for above 3 commands. Here is the updated look of the documentation: $ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging $ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging $ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging Updated: Need to add separate code blocks under step 7 of of Quick Start docs - Need to add separate code blocks under step 7 of of Quick Start docs - Here is the documentation link: https://docs.openshift.com/container-platform/4.18/observability/logging/logging-6.0/log6x-about.html#quick-start - As per the standard rule, using more than one command per code block is not recommended. - Hence we need to mention 3 separate code blocks for above 3 commands. - Here is the updated look of the documentation: ~~~ $ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging ~~~ ~~~ $ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging ~~~ ~~~ $ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging ~~~ Co-authored-by: Max Leonov <[email protected]>
1 parent 5ebe984 commit 13d0085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

observability/logging/logging-6.0/log6x-about.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,15 @@ spec:
124124
[source,shell]
125125
----
126126
$ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging
127+
----
128+
+
129+
[source,terminal]
130+
----
127131
$ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging
132+
----
133+
+
134+
[source,terminal]
135+
----
128136
$ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging
129137
----
130138

0 commit comments

Comments
 (0)