Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix desc of option "mon cluster log file" #18770

Merged
merged 1 commit into from
Nov 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 9 additions & 2 deletions doc/rados/troubleshooting/log-and-debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,17 @@ settings:

``mon cluster log file``

:Description: The location of the cluster's log file.
:Description: The locations of the cluster's log files. There are two channels in
Ceph: ``cluster`` and ``audit``. This option represents a mapping
from channels to log files, where the log entries of that
channel are sent to. The ``default`` entry is a fallback
mapping for channels not explicitly specified. So, the following
default setting will send cluster log to ``$cluster.log``, and
send audit log to ``$cluster.audit.log``, where ``$cluster`` will
be replaced with the actual cluster name.
:Type: String
:Required: No
:Default: ``/var/log/ceph/$cluster.log``
:Default: ``default=/var/log/ceph/$cluster.$channel.log,cluster=/var/log/ceph/$cluster.log``



Expand Down