From: Matías Aguirre Date: Wed, 21 Mar 2012 01:32:27 +0000 (-0300) Subject: Let the project define the logging config. Closes #296 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b0b462eecaf2ca7376dfd0c81e66f7f3c529d3ba;p=django-social-auth.git Let the project define the logging config. Closes #296 --- diff --git a/social_auth/utils.py b/social_auth/utils.py index b7cebfa..7542b05 100644 --- a/social_auth/utils.py +++ b/social_auth/utils.py @@ -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)