Change logging format
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user