These have a measurable impact on performance and have a limited (although
not non-existent!) track record of providing debugging value.
Signed-off-by: Sage Weil <sage@redhat.com>
conf.set_val_default("err_to_stderr", "false");
conf.set_val_default("log_flush_on_exit", "false");
}
- if (code_env != CODE_ENVIRONMENT_DAEMON) {
- // NOTE: disable ms subsystem gathering in clients by default
- conf.set_val_default("debug_ms", "0/0");
- }
return cct;
}
SUBSYS(objclass, 0, 5)
SUBSYS(filestore, 1, 3)
SUBSYS(journal, 1, 3)
-SUBSYS(ms, 0, 5)
+SUBSYS(ms, 0, 0)
SUBSYS(mon, 1, 5)
SUBSYS(monc, 0, 10)
SUBSYS(paxos, 1, 5)