From b01cc38fe4618149b5366a0bb83180ec7d5969a9 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 28 Jul 2010 11:40:59 -0700 Subject: [PATCH] rgw: set default log level to 20 --- src/rgw/rgw_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index 83cd533d06c49..0055139443958 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -4,7 +4,7 @@ #include "rgw_acl.h" /* Loglevel of the gateway */ -int rgw_log_level = 0; +int rgw_log_level = 20; int parse_time(const char *time_str, time_t *time) { -- 2.39.5