mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Set logging location in config
This commit is contained in:
parent
600627d2e2
commit
71b29cd75d
@ -9,6 +9,7 @@ import sys
|
|||||||
import logging
|
import logging
|
||||||
import json
|
import json
|
||||||
logging.basicConfig(filename='titanbot.log',level=logging.INFO,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')
|
||||||
|
handler = logging.FileHandler(config.get("logging-location", "titanbot.log"))
|
||||||
logging.getLogger('TitanBot')
|
logging.getLogger('TitanBot')
|
||||||
logging.getLogger('sqlalchemy')
|
logging.getLogger('sqlalchemy')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user