From: Alfredo Deza Date: Fri, 6 Mar 2015 18:31:28 +0000 (-0500) Subject: remove extra setLevel call X-Git-Tag: v1.2.2~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ef038df0910897cc9af74814056ef836b6bed8f;p=radosgw-agent.git remove extra setLevel call Signed-off-by: Alfredo Deza --- 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