diff --git a/gunicorn/config.py b/gunicorn/config.py index 82935973..ada81f19 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -557,8 +557,10 @@ class LogConfig(Setting): validator = validate_string default = None desc = """\ - The log config file to use. Gunicorn uses the standard Python \ -logging module's Configuration file format. + The log config file to use. + + Gunicorn uses the standard Python logging module's Configuration + file format. """ class Procname(Setting):