From 3d0afc837e330bfca71c4f618024289bcd2b649d Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Tue, 4 Feb 2014 19:55:07 -0800 Subject: [PATCH] fix typo in logging.conf example --- examples/logging.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/logging.conf b/examples/logging.conf index ab1672df..a2278213 100644 --- a/examples/logging.conf +++ b/examples/logging.conf @@ -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