[toddlers] Add debug output to scm_request_processor

To help fix the issue with creating branch change the log level to DEBUG temporarily.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-01-10 16:13:45 +01:00
parent 0d08f15f41
commit 127a770619

View file

@ -348,6 +348,15 @@ level = "INFO"
propagate = false
handlers = ["console"]
[log_config.loggers.toddlers.plugins.scm_request_processor]
{% if env == "staging" %}
level = "DEBUG"
{% else %}
level = "DEBUG"
{% endif %}
propagate = false
handlers = ["console"]
[log_config.root]
level = "ERROR"
handlers = ["console"]