diff --git a/bin/deepstate/common.py b/bin/deepstate/common.py index cef7216..9b71f70 100644 --- a/bin/deepstate/common.py +++ b/bin/deepstate/common.py @@ -46,6 +46,7 @@ LOGGER = logging.getLogger("deepstate") LOGGER.setLevel(logging.DEBUG) LOGGER.trace = functools.partial(LOGGER.log, 15) +logging.TRACE = 15 LOG_LEVEL_TO_LOGGER = { LOG_LEVEL_DEBUG: LOGGER.debug,