]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: remove repeated section on disabling logging to stderr
authorVarsha Rao <varao@redhat.com>
Wed, 28 Jul 2021 09:27:41 +0000 (14:57 +0530)
committerVarsha Rao <varao@redhat.com>
Tue, 3 Aug 2021 11:12:14 +0000 (16:42 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephadm/operations.rst

index ed8b8696fc5571f47fc987208d8566ff73f78576..621aa2a70a1170dd609d9940370734bad1e0b7fc 100644 (file)
@@ -63,16 +63,6 @@ something like:
 
 This works well for normal operations when logging levels are low.
 
-Disabling logging to stderr
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To disable logging to stderr:
-
-.. prompt:: bash #
-
-  ceph config set global log_to_stderr false
-  ceph config set global mon_cluster_log_to_stderr false
-
 Logging to files
 ----------------
 
@@ -97,9 +87,9 @@ To enable logging to files, run the following commands:
 Disabling logging to stderr
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-If you choose to log to files, we recommend disabling logging to
-stderr (see above) or else everything will be logged twice. Run the
-following commands to disable logging to stderr:
+If you choose to log to files, we recommend disabling logging to stderr or else
+everything will be logged twice. Run the following commands to disable logging
+to stderr:
 
 .. prompt:: bash #