]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Fix inconsistency in logging settings
authorJohn Law <johnlaw.po@gmail.com>
Sun, 29 Mar 2020 01:14:45 +0000 (03:14 +0200)
committerJohn Law <johnlaw.po@gmail.com>
Sun, 29 Mar 2020 01:14:45 +0000 (03:14 +0200)
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 <johnlaw.po@gmail.com>
doc/rados/troubleshooting/log-and-debug.rst

index ccffc615d2d712cedab14ecff753462c4724ce41..5cf9e15b350f78ff91e886c0bb33cdcb9411bd12 100644 (file)
@@ -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``