]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/LogMonitor: add mon_cluster_log_to_file bool option 27346/head
authorSage Weil <sage@redhat.com>
Wed, 3 Apr 2019 12:18:50 +0000 (07:18 -0500)
committerSage Weil <sage@redhat.com>
Wed, 3 Apr 2019 14:22:37 +0000 (09:22 -0500)
commit2a4afc6146a384fadaa8a5e422a3e61a49aa4a87
treebb8226076331d7fc38ea518c4e49f3b9239d4ff9
parent02a600c1d64d9de8aeabfb7d3f2a68d1274093eb
mon/LogMonitor: add mon_cluster_log_to_file bool option

Allow cluster logging to a file to be disabled via a boolean.  Default
to true to avoid any change in behavior.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 978ac6e2f8e9fe4cc20410c6b45b1a164e22c4ea)
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/LogMonitor.cc