mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
Reduce logging level
This commit is contained in:
parent
00fdcf32c2
commit
4bdc14e161
2 changed files with 3 additions and 2 deletions
|
|
@ -4,12 +4,12 @@ import os
|
|||
|
||||
import discord
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.getLogger("discord").setLevel(logging.INFO)
|
||||
logging.getLogger("websockets").setLevel(logging.INFO)
|
||||
|
||||
logger = logging.getLogger("pluralkit.bot")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
client = discord.Client()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue