]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
throttle: less default log noise
authorSage Weil <sage@inktank.com>
Mon, 22 Oct 2012 21:41:35 +0000 (14:41 -0700)
committerSage Weil <sage@inktank.com>
Mon, 22 Oct 2012 21:41:49 +0000 (14:41 -0700)
This tends to drown out anything interesting in the log buffer.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h

index 5796f86d744e2a855a91a38cab68d2966c8fa8e4..c95af92b58b5434ee42671b3821ed6acaa36a475 100644 (file)
@@ -84,7 +84,7 @@ SUBSYS(rgw, 1, 5)                 // log level for the Rados gateway
 SUBSYS(hadoop, 1, 5)
 SUBSYS(javaclient, 1, 5)
 SUBSYS(asok, 1, 5)
-SUBSYS(throttle, 1, 5)
+SUBSYS(throttle, 1, 1)
 
 OPTION(key, OPT_STR, "")
 OPTION(keyfile, OPT_STR, "")