Browse Source

[desktop] Stop DEBUG logging from connectionpool

Erick Tryzelaar 10 years ago
parent
commit
e0f37973ba
1 changed files with 6 additions and 1 deletions
  1. 6 1
      desktop/conf/log.conf

+ 6 - 1
desktop/conf/log.conf

@@ -26,6 +26,11 @@ level=INFO
 handlers=errorlog
 qualname=kazoo.client
 
+[logger_requests_packages_urllib3_connectionpool]
+level=INFO
+handlers=errorlog
+qualname=requests.packages.urllib3.connectionpool
+
 [handler_stderr]
 class=StreamHandler
 formatter=default
@@ -68,7 +73,7 @@ datefmt=%d/%b/%Y %H:%M:%S %z
 ########################################
 
 [loggers]
-keys=root,access,django_auth_ldap,kazoo_client
+keys=root,access,django_auth_ldap,kazoo_client,requests_packages_urllib3_connectionpool
 
 [handlers]
 keys=stderr,logfile,accesslog,errorlog