From c2c069f2b40fa9adb1adcf95c2e91a907b45330a Mon Sep 17 00:00:00 2001 From: John Law Date: Sun, 29 Mar 2020 03:14:45 +0200 Subject: [PATCH] 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 --- doc/rados/troubleshooting/log-and-debug.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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`` -- 2.47.3