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: v16.2.6~54^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a58103e75e64ea9ab1a9fd0f4ca5a509020e6d8;p=ceph.git doc/cephadm: remove repeated section on disabling logging to stderr Signed-off-by: Varsha Rao (cherry picked from commit 9691f76d46cd2d2a0fa4f7ec776e0689c3c22413) --- diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index e5f59ccf9299..f2ef332b6f10 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -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 #