mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
commit
260b1a922e
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user