diff --git a/moulinette/utils/log.py b/moulinette/utils/log.py index 5b2844de..03e74281 100644 --- a/moulinette/utils/log.py +++ b/moulinette/utils/log.py @@ -1,6 +1,6 @@ import os import logging -from logging import addLevelName, setLoggerClass, Logger, getLogger +from logging import addLevelName, setLoggerClass, Logger, getLogger, StreamHandler # Global configuration and functions -----------------------------------