Add logging and log formats

This commit is contained in:
Joscha 2017-03-28 07:39:11 +00:00
parent 4e37154737
commit 3b3ce99625

View file

@ -1 +1,9 @@
import logging
logging.basicConfig(
level=logging.DEBUG,
format="[{levelname}] in {threadName: <13} <{name}>: {message}",
style="{"
)
from .basic_types import Message, SessionView
from .callbacks import Callbacks