mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Change logging format
This commit is contained in:
parent
e22667ce90
commit
8203162e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue