]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
objecter: default debug level 0 (no 'laggy' messages)
authorSage Weil <sage@newdream.net>
Fri, 23 Jul 2010 16:42:51 +0000 (09:42 -0700)
committerSage Weil <sage@newdream.net>
Fri, 23 Jul 2010 16:42:51 +0000 (09:42 -0700)
src/config.cc

index bf032a0ee965f1f8efb8a3c98c273a8cf352c97b..8d81d0fc215f4e126e5199b65dca851da8202103 100644 (file)
@@ -285,7 +285,7 @@ static struct config_option config_optionsp[] = {
        OPTION(debug_buffer, 0, OPT_INT, 0),
        OPTION(debug_timer, 0, OPT_INT, 0),
        OPTION(debug_filer, 0, OPT_INT, 0),
-       OPTION(debug_objecter, 0, OPT_INT, 1),
+       OPTION(debug_objecter, 0, OPT_INT, 0),
        OPTION(debug_rados, 0, OPT_INT, 0),
        OPTION(debug_journaler, 0, OPT_INT, 0),
        OPTION(debug_objectcacher, 0, OPT_INT, 0),