Use named logger 'timesearch'.

master
Ethan Dalool 2020-10-08 13:15:58 -07:00
parent 3869e5a99a
commit 0aa1ad1596
1 changed files with 1 additions and 2 deletions

View File

@ -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()