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
handlers=console
[logger_gunicon.error]
[logger_gunicorn.error]
level=INFO
handlers=error_file
propagate=1
qualname=gunicorn.error
[logger_gunicon.access]
[logger_gunicorn.access]
level=INFO
handlers=access_file
propagate=0