From dc7dc14229cce9c949399bb8a0c73863f9470932 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Thu, 20 Feb 2014 02:00:23 -0800 Subject: [PATCH] More logging.conf example typos --- examples/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/logging.conf b/examples/logging.conf index a2278213..ec2fcd00 100644 --- a/examples/logging.conf +++ b/examples/logging.conf @@ -1,5 +1,5 @@ [loggers] -keys=root, gunicon.error, gunicon.access +keys=root, gunicorn.error, gunicorn.access [handlers] keys=console, error_file, access_file