bodhi: switch the log level to info in production
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
b9b91103f3
commit
d515d54de3
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ handlers:
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
level: DEBUG
|
level: INFO
|
||||||
{% else %}
|
{% else %}
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -34,7 +34,7 @@ handlers:
|
||||||
loggers:
|
loggers:
|
||||||
bodhi:
|
bodhi:
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
level: DEBUG
|
level: INFO
|
||||||
{% else %}
|
{% else %}
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue