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:
Pierre-Yves Chibon 2019-07-25 15:40:53 +02:00
parent 93cf4baf83
commit 79e89fcd0b

View file

@ -12,7 +12,7 @@ handlers:
console: console:
class: logging.StreamHandler class: logging.StreamHandler
{% if env == "production" %} {% if env == "production" %}
level: INFO level: DEBUG
{% else %} {% else %}
level: DEBUG level: DEBUG
{% endif %} {% endif %}
@ -34,7 +34,7 @@ handlers:
loggers: loggers:
bodhi: bodhi:
{% if env == "production" %} {% if env == "production" %}
level: INFO level: DEBUG
{% else %} {% else %}
level: DEBUG level: DEBUG
{% endif %} {% endif %}