mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 05:14:58 +08:00
bodhi: have bodhi give us more logs so we can better understand what's going on
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -12,7 +12,7 @@ handlers:
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
level: DEBUG
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
@@ -34,7 +34,7 @@ handlers:
|
||||
loggers:
|
||||
bodhi:
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
level: DEBUG
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user