From: Alfredo Deza Date: Thu, 4 Dec 2014 16:07:51 +0000 (-0500) Subject: remove requests logging enabling call from cli.py X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e508070bf3de97f83d27ccc4c4c70ec487a9ef2a;p=radosgw-agent.git remove requests logging enabling call from cli.py Signed-off-by: Alfredo Deza --- diff --git a/radosgw_agent/cli.py b/radosgw_agent/cli.py index 5a81fc2..e166e01 100644 --- a/radosgw_agent/cli.py +++ b/radosgw_agent/cli.py @@ -244,7 +244,6 @@ def main(): log_level = logging.WARN logging.basicConfig(level=log_level) logging.getLogger('boto').setLevel(lib_log_level) - logging.getLogger('requests').setLevel(lib_log_level) if args.log_file is not None: handler = logging.handlers.WatchedFileHandler(