Skip to content

Commit 9a9a6c2

Browse files
authored
Merge pull request openshift#7265 from bmcelvee/BZ1520176
Bug 1520176 Correct logging variable and install default status
2 parents 4027463 + 626acd4 commit 9a9a6c2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

install_config/install/advanced_install.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,15 +1563,14 @@ openshift_metrics_cassandra_storage_type=dynamic
15631563
[[advanced-install-cluster-logging]]
15641564
=== Configuring Cluster Logging
15651565

1566-
Starting with {product-title} 3.7, cluster logging is set to deploy
1567-
automatically by default during installation.
1566+
Cluster logging is not set to automatically deploy by default. Set the
1567+
following to enable cluster logging when using the advanced installation method:
15681568

1569-
[NOTE]
15701569
====
1571-
To disable automatic deployment, set the following cluster variable:
1572-
15731570
----
1574-
openshift_logging_install_logging=false
1571+
[OSEv3:vars]
1572+
1573+
openshift_logging_install_logging=true
15751574
----
15761575
====
15771576

0 commit comments

Comments
 (0)