[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:
parent
0d08f15f41
commit
127a770619
1 changed files with 9 additions and 0 deletions
|
@ -348,6 +348,15 @@ level = "INFO"
|
||||||
propagate = false
|
propagate = false
|
||||||
handlers = ["console"]
|
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]
|
[log_config.root]
|
||||||
level = "ERROR"
|
level = "ERROR"
|
||||||
handlers = ["console"]
|
handlers = ["console"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue