mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bodhi: switch the log level to info in production
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b9b91103f3
commit
d515d54de3
@@ -12,7 +12,7 @@ handlers:
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
{% if env == "production" %}
|
||||
level: DEBUG
|
||||
level: INFO
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
@@ -34,7 +34,7 @@ handlers:
|
||||
loggers:
|
||||
bodhi:
|
||||
{% if env == "production" %}
|
||||
level: DEBUG
|
||||
level: INFO
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user