Nevermind.

This commit is contained in:
Ralph Bean 2017-03-03 10:14:28 +00:00
parent aede96f1b7
commit 8701733b5b

View file

@ -237,13 +237,11 @@ config = dict(
"handlers": ["console", "mailer"], "handlers": ["console", "mailer"],
}, },
), ),
{% if not inventory_hostname.startswith('mbs-backend') %}
# Root handler that deals with log messages that are not handled by the # Root handler that deals with log messages that are not handled by the
# loggers explicitly configured in the `loggers` dict. # loggers explicitly configured in the `loggers` dict.
root={ root={
"level": "{{fedmsg_loglevel}}", "level": "{{fedmsg_loglevel}}",
"handlers": ["console", "mailer"], "handlers": ["console", "mailer"],
}, },
{% endif %}
), ),
) )