Update logger names

This commit is contained in:
Tulir Asokan
2018-07-13 22:11:05 +03:00
parent 1fd920255f
commit bc160e0593
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ from mautrix_telegram.util import format_duration
class AuthAPI(abc.ABC):
log = logging.getLogger("mau.public.auth")
log = logging.getLogger("mau.web.auth")
def __init__(self, loop):
self.loop = loop