diff --git a/disco/util/logging.py b/disco/util/logging.py index 68af8a8..75e9229 100644 --- a/disco/util/logging.py +++ b/disco/util/logging.py @@ -9,6 +9,7 @@ LEVEL_OVERRIDES = { LOG_FORMAT = '[%(levelname)s] %(asctime)s - %(name)s:%(lineno)d - %(message)s' + def setup_logging(**kwargs): kwargs.setdefault('format', LOG_FORMAT)