Merge pull request #34268 from poyea/docs-options-1

doc: Fix inconsistency in logging settings

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-03-29 14:24:09 +08:00 committed by GitHub
commit 260b1a922e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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``