Change logging format

This commit is contained in:
Ske 2018-07-16 01:11:51 +02:00
parent e22667ce90
commit 8203162e6b

View File

@ -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)