bodhi: relax logging level on stg for markdown
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
35428005cc
commit
d1d9b83a9f
1 changed files with 8 additions and 1 deletions
|
@ -69,4 +69,11 @@ loggers:
|
|||
level: INFO
|
||||
{% endif %}
|
||||
handlers: [console, smtp]
|
||||
propagate: 1
|
||||
propagate: 1
|
||||
markdown:
|
||||
{% if env == "production" %}
|
||||
level: ERROR
|
||||
{% else %}
|
||||
level: INFO
|
||||
{% endif %}
|
||||
handlers: [console, smtp]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue