direct: fix debug logging
This commit is contained in:
@@ -539,6 +539,10 @@ func main() {
|
||||
*basePath = p
|
||||
}
|
||||
|
||||
if DebugMode {
|
||||
common.SetLoggingLevel(common.LogLevelDebug)
|
||||
}
|
||||
|
||||
defs := &common.RabbitMQGiteaEventsProcessor{}
|
||||
var err error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user