From: Kefu Chai Date: Mon, 6 Nov 2017 16:21:13 +0000 (+0800) Subject: doc: fix desc of option "mon cluster log file" X-Git-Tag: v13.0.1~269^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18770%2Fhead;p=ceph.git doc: fix desc of option "mon cluster log file" Signed-off-by: Kefu Chai --- diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index c73b14681db5..325e30dc34ce 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -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``