mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
Nevermind.
This commit is contained in:
@@ -237,13 +237,11 @@ config = dict(
|
||||
"handlers": ["console", "mailer"],
|
||||
},
|
||||
),
|
||||
{% if not inventory_hostname.startswith('mbs-backend') %}
|
||||
# Root handler that deals with log messages that are not handled by the
|
||||
# loggers explicitly configured in the `loggers` dict.
|
||||
root={
|
||||
"level": "{{fedmsg_loglevel}}",
|
||||
"handlers": ["console", "mailer"],
|
||||
},
|
||||
{% endif %}
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user