mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix typo in logging.conf example
This commit is contained in:
parent
03c9ba369a
commit
3d0afc837e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user