]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/LogMonitor: add mon_cluster_log_to_file bool option
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 12:18:50 +0000 (07:18 -0500)
commit978ac6e2f8e9fe4cc20410c6b45b1a164e22c4ea
tree1076e705b75300e96e7b43a3c1b2ae63aaf102c3
parent42f777e67d25816cb6ce607a778e87b187d32053
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>
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/LogMonitor.cc