diff --git a/conf/logging_debug.conf b/conf/logging_debug.conf index 01a3c8fbb..3413f3035 100644 --- a/conf/logging_debug.conf +++ b/conf/logging_debug.conf @@ -1,5 +1,5 @@ [loggers] -keys=root +keys=root,boto [handlers] keys=console @@ -11,6 +11,11 @@ keys=generic level=DEBUG handlers=console +[logger_boto] +level=INFO +handlers=console +qualname=boto + [handler_console] class=StreamHandler formatter=generic