From e422f2eee9368ec3a3668d877b85147d6a06eaa8 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 2 May 2014 14:04:50 -0400 Subject: [PATCH] Add the logger name to the production logging config. --- conf/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logging.conf b/conf/logging.conf index fa23cf86a..2061a2375 100644 --- a/conf/logging.conf +++ b/conf/logging.conf @@ -35,5 +35,5 @@ formatter=generic args=('/mnt/logs/application.log',) [formatter_generic] -format=%(asctime)s [%(process)d] [%(levelname)s] %(message)s +format=%(asctime)s [%(process)d] [%(levelname)s] [%(name)s] %(message)s class=logging.Formatter