direct: fix debug logging

This commit is contained in:
2025-11-10 09:34:10 +01:00
parent c52d40b760
commit 27230fa03b

View File

@@ -539,6 +539,10 @@ func main() {
*basePath = p
}
if DebugMode {
common.SetLoggingLevel(common.LogLevelDebug)
}
defs := &common.RabbitMQGiteaEventsProcessor{}
var err error