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