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:
|
||||
class: logging.StreamHandler
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
level: DEBUG
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue