From: Varsha Rao Date: Wed, 28 Jul 2021 09:27:41 +0000 (+0530) Subject: doc/cephadm: remove repeated section on disabling logging to stderr X-Git-Tag: v17.1.0~1216^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9691f76d46cd2d2a0fa4f7ec776e0689c3c22413;p=ceph.git doc/cephadm: remove repeated section on disabling logging to stderr Signed-off-by: Varsha Rao --- diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index ed8b8696fc557..621aa2a70a117 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -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 #