From: John Law Date: Sun, 29 Mar 2020 01:14:45 +0000 (+0200) Subject: doc: Fix inconsistency in logging settings X-Git-Tag: v16.1.0~2756^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34268%2Fhead;p=ceph.git doc: Fix inconsistency in logging settings This patch fixes inconsistency in logging settings with options, namely `log_flush_on_exit` and `log_to_stderr`. This patch also adds `log_to_file` to the section. Signed-off-by: John Law --- diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index ccffc615d2d7..5cf9e15b350f 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -330,12 +330,20 @@ settings: :Default: ``10000`` +``log to file`` + +:Description: Determines if logging messages should appear in a file. +:Type: Boolean +:Required: No +:Default: ``true`` + + ``log to stderr`` :Description: Determines if logging messages should appear in ``stderr``. :Type: Boolean :Required: No -:Default: ``true`` +:Default: ``false`` ``err to stderr`` @@ -367,7 +375,7 @@ settings: :Description: Determines if Ceph should flush the log files after exit. :Type: Boolean :Required: No -:Default: ``true`` +:Default: ``false`` ``clog to monitors``