fix typo in logging.conf example

This commit is contained in:
Randall Leeds 2014-02-04 19:55:07 -08:00
parent 03c9ba369a
commit 3d0afc837e

View File

@ -11,13 +11,13 @@ keys=generic, access
level=INFO level=INFO
handlers=console handlers=console
[logger_gunicon.error] [logger_gunicorn.error]
level=INFO level=INFO
handlers=error_file handlers=error_file
propagate=1 propagate=1
qualname=gunicorn.error qualname=gunicorn.error
[logger_gunicon.access] [logger_gunicorn.access]
level=INFO level=INFO
handlers=access_file handlers=access_file
propagate=0 propagate=0