bodhi: relax logging level on stg for markdown

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2023-05-17 10:23:27 +02:00
parent 35428005cc
commit d1d9b83a9f

View file

@ -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]