mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
set dpy logger to INFO
This commit is contained in:
parent
aae88068fc
commit
127cf320be
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue