mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Set logger to info
This commit is contained in:
parent
8a63570b70
commit
401f12af5a
@ -5,7 +5,7 @@ import aiohttp
|
||||
import asyncio
|
||||
import sys
|
||||
import logging
|
||||
logging.basicConfig(filename='titanbot.log',level=logging.DEBUG,format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
|
||||
logging.basicConfig(filename='titanbot.log',level=logging.INFO,format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
|
||||
logging.getLogger('TitanBot')
|
||||
logging.getLogger('sqlalchemy')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user