diff --git a/wa/utils/log.py b/wa/utils/log.py index b6e7465e..5fa140b2 100644 --- a/wa/utils/log.py +++ b/wa/utils/log.py @@ -74,6 +74,9 @@ def init(verbosity=logging.INFO, color=True, indent_with=4, if not debug: logging.raiseExceptions = False + logger = logging.getLogger('CGroups') + logger.info = logger.debug + def set_level(level): _console_handler.setLevel(level)