mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Set logging level to INFO
This commit is contained in:
parent
d81dadefa4
commit
a6708cb788
1 changed files with 3 additions and 4 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import asyncio
|
||||
from datetime import datetime
|
||||
import logging
|
||||
import json
|
||||
import os
|
||||
import logging
|
||||
import time
|
||||
from datetime import datetime
|
||||
|
||||
import discord
|
||||
|
||||
|
|
@ -11,7 +10,7 @@ from pluralkit import db, stats
|
|||
from pluralkit.bot import channel_logger, commands, proxy
|
||||
|
||||
logging.basicConfig(level=logging.INFO, format="[%(asctime)s] [%(name)s] [%(levelname)s] %(message)s")
|
||||
logging.getLogger("pluralkit").setLevel(logging.DEBUG)
|
||||
# logging.getLogger("pluralkit").setLevel(logging.DEBUG)
|
||||
|
||||
class PluralKitBot:
|
||||
def __init__(self, token):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue