]> git.parisson.com Git - django-social-auth.git/commitdiff
Let the project define the logging config. Closes #296
authorMatías Aguirre <matiasaguirre@gmail.com>
Wed, 21 Mar 2012 01:32:27 +0000 (22:32 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Wed, 21 Mar 2012 01:32:27 +0000 (22:32 -0300)
social_auth/utils.py

index b7cebfa7782843c287aead3a45f7c89ef0723232..7542b054927b9b084932905d3642177a7262df2d 100644 (file)
@@ -103,7 +103,6 @@ def backend_setting(backend, name, default=None):
 
 logger = None
 if not logger:
-    logging.basicConfig()
     logger = logging.getLogger('SocialAuth')
     logger.setLevel(logging.DEBUG)