set dpy logger to INFO

This commit is contained in:
Benjamin Mintz 2019-06-04 03:08:44 +00:00
parent aae88068fc
commit 127cf320be
1 changed files with 1 additions and 0 deletions

1
bot.py
View File

@ -8,6 +8,7 @@ import discord
from discord.ext import commands
logging.basicConfig(level=logging.WARNING)
logging.getLogger('discord').setLevel(logging.INFO)
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)