diff --git a/resources/logging.py b/resources/logging.py index fb12b2fec85ec86ab4fd7844af930ec60a87d878..f34bf7aba819ce965deba462d6fc712cfb9e5ea8 100644 --- a/resources/logging.py +++ b/resources/logging.py @@ -30,7 +30,7 @@ if not os.path.exists(log_dir): LOGGING = { 'version': 1, 'formatters': { - # Minimum logging. Only includes message. + # Minimal logging. Only includes message. 'minimal': { 'format': '%(message)s', },