From 62ccb4526573401daa295949276c8478e2f2d86a Mon Sep 17 00:00:00 2001 From: Michal Kolodziejski Date: Tue, 2 Jun 2015 15:48:05 +0200 Subject: [PATCH] Use better default log levels fixes #1829 --- etc/logging.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/logging.conf.sample b/etc/logging.conf.sample index dffe4487b..38675c69c 100644 --- a/etc/logging.conf.sample +++ b/etc/logging.conf.sample @@ -22,7 +22,7 @@ qualname=celery # For setting your custom arguments, uncomment the args entry below. [handler_indico] class=FileHandler -level=NOTSET +level=INFO formatter=defaultFormatter #args=('',) @@ -52,7 +52,7 @@ formatter=mailFormatter [handler_stderr] class=StreamHandler -level=NOTSET +level=INFO formatter=simpleFormatter [formatter_mailFormatter] -- 2.11.4.GIT