Change logging format
This commit is contained in:
parent
e22667ce90
commit
8203162e6b
@ -4,7 +4,7 @@ import os
|
||||
|
||||
import discord
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(level=logging.INFO, format="[%(asctime)s] [%(name)s] [%(levelname)s] %(message)s")
|
||||
logging.getLogger("discord").setLevel(logging.INFO)
|
||||
logging.getLogger("websockets").setLevel(logging.INFO)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user