From 8238ab81df1389cdb9398c8fcbccd7db9b197b8d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 20 Feb 2017 20:14:39 -0500 Subject: [PATCH] Make the scheduler more quiet in development. It may be nice to have the scheduler be more quiet when run inside docker. Our DEBUG output level is very spammy. /cc @mjia --- fedmsg.d/mbs-logging.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fedmsg.d/mbs-logging.py b/fedmsg.d/mbs-logging.py index e98a47ea..6ee3fadf 100644 --- a/fedmsg.d/mbs-logging.py +++ b/fedmsg.d/mbs-logging.py @@ -7,6 +7,11 @@ config = dict( "propagate": True, "handlers": ["console"], }, + module_build_service={ + "level": "INFO", + "propagate": True, + "handlers": ["console"], + }, ), ), )