diff --git a/timesearch_modules/common.py b/timesearch_modules/common.py index 58027f2..35d1add 100644 --- a/timesearch_modules/common.py +++ b/timesearch_modules/common.py @@ -30,8 +30,7 @@ if bot is None or bot.praw != praw: raise ImportError(message) -logging.basicConfig() -log = logging.getLogger(__name__) +log = logging.getLogger('timesearch') r = bot.anonymous()