From b0b462eecaf2ca7376dfd0c81e66f7f3c529d3ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 20 Mar 2012 22:32:27 -0300 Subject: [PATCH] Let the project define the logging config. Closes #296 --- social_auth/utils.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5