Enable aiohttp logging by default

This commit is contained in:
Tulir Asokan
2018-07-13 22:46:38 +03:00
parent 5082cd1c94
commit 998e2fa19c
+2
View File
@@ -239,6 +239,8 @@ logging:
level: DEBUG
telethon:
level: DEBUG
aiohttp:
level: INFO
root:
level: DEBUG
handlers: [file, console]