Bodhi: get DEBUG logs on the console handler
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
9e48bce4ca
commit
c9355212c6
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue