#1286 [toddlers] Add debug output to scm_request_processor
Merged a year ago by zlopez. Opened a year ago by zlopez.
fedora-infra/ zlopez/ansible toddlers_debug  into  main

@@ -348,6 +348,15 @@ 

  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"]

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

Signed-off-by: Michal Konečný mkonecny@redhat.com

Pull-Request has been merged by zlopez

a year ago

Build succeeded.