From 9691f76d46cd2d2a0fa4f7ec776e0689c3c22413 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 28 Jul 2021 14:57:41 +0530 Subject: [PATCH] doc/cephadm: remove repeated section on disabling logging to stderr Signed-off-by: Varsha Rao --- doc/cephadm/operations.rst | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index ed8b8696fc5..621aa2a70a1 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 # -- 2.47.3