From 54cab4de560bee34c22f75798aa1ce4cd6f58da6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 22 Oct 2012 14:41:35 -0700 Subject: [PATCH] throttle: less default log noise This tends to drown out anything interesting in the log buffer. Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 5796f86d744e2..c95af92b58b54 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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, "") -- 2.39.5