cache messages for a short time and send as a package

alpha v1.0.52
alex 2023-02-19 19:00:36 +01:00
parent aad13ba023
commit 5d3584cc3e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func InitLogger(debug bool, colorizedOutput bool, rabbitMqLogging bool, rabbitMq
},
rabbitMqConnAddr)
startLogMessagesSender()
go startLogMessagesSender()
}
}