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:
parent
93cf4baf83
commit
79e89fcd0b
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue