toddlers: enable debug for the scm processor to try and debug non working

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-29 14:48:41 -07:00
parent 4f020d47a5
commit 8ec1bfafa9

View file

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