From 0ef038df0910897cc9af74814056ef836b6bed8f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 6 Mar 2015 13:31:28 -0500 Subject: [PATCH] remove extra setLevel call Signed-off-by: Alfredo Deza --- radosgw_agent/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radosgw_agent/cli.py b/radosgw_agent/cli.py index 263ffdd..34ea49d 100644 --- a/radosgw_agent/cli.py +++ b/radosgw_agent/cli.py @@ -260,7 +260,6 @@ def main(): sh = logging.StreamHandler() sh.setFormatter(util.log.color_format()) - sh.setLevel(logging.WARNING) sh.setLevel(console_loglevel) # File handler -- 2.47.3