]> git-server-git.apps.pok.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)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 10 Aug 2021 14:32:18 +0000 (16:32 +0200)
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 9691f76d46cd2d2a0fa4f7ec776e0689c3c22413)

doc/cephadm/operations.rst

index e5f59ccf9299912375062f3b8870df743090f478..f2ef332b6f101179f2abf0ceec87a67f9e199190 100644 (file)
@@ -65,16 +65,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
 ----------------
 
@@ -99,9 +89,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 #