From b2d83e9dba87cd5b5f26dfe24a51b369d8ebcdef Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 30 Sep 2013 15:13:53 -0700 Subject: [PATCH] Increase verbosity in elastic-recheck debug log Change-Id: I5c326d821cba2e4c66b7eaf0fdfeba43ae7cd238 --- modules/elastic_recheck/files/logging.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/elastic_recheck/files/logging.config b/modules/elastic_recheck/files/logging.config index a1b4c8c90d..242120148e 100644 --- a/modules/elastic_recheck/files/logging.config +++ b/modules/elastic_recheck/files/logging.config @@ -8,7 +8,7 @@ keys=console,debug,normal keys=simple [logger_root] -level=INFO +level=DEBUG handlers=console,debug,normal [logger_elastic-recheck] @@ -24,7 +24,7 @@ qualname=elastic-recheck propagate=0 [logger_irc] -level=INFO +level=DEBUG handlers=console,debug,normal qualname=irc propagate=0