[toddlers] Set log level to debug for toddlers

Partial setting to debug doesn't seems to work, let's set the whole toddlers to debug.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-01-10 16:32:19 +01:00
parent c08475fbcb
commit 1cc16e1750

View file

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