Skip to content

Commit 479514a

Browse files
prithvipatil97max-cx
authored andcommitted
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 <mleonov@redhat.com>
1 parent 8882c02 commit 479514a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,15 @@ spec:
117117
[source,shell]
118118
----
119119
$ oc adm policy add-cluster-role-to-user collect-application-logs -z collector -n openshift-logging
120+
----
121+
+
122+
[source,terminal]
123+
----
120124
$ oc adm policy add-cluster-role-to-user collect-audit-logs -z collector -n openshift-logging
125+
----
126+
+
127+
[source,terminal]
128+
----
121129
$ oc adm policy add-cluster-role-to-user collect-infrastructure-logs -z collector -n openshift-logging
122130
----
123131

0 commit comments

Comments
 (0)