1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

only info logging

This commit is contained in:
Lukas Winkler 2017-12-13 19:47:06 +01:00
parent cad07d40aa
commit 711a796961

View file

@ -20,7 +20,7 @@ subscriptions = dict()
# Enable logging
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
level=logging.DEBUG)
level=logging.INFO)
logger = logging.getLogger(__name__)