[toddlers] Set the log level back to INFO for production

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-01-10 17:27:42 +01:00
parent 1cc16e1750
commit f8a250f89b

View file

@ -307,7 +307,7 @@ handlers = ["console"]
{% if env == "staging" %}
level = "DEBUG"
{% else %}
level = "DEBUG"
level = "INFO"
{% endif %}
propagate = false
handlers = ["console"]