added rabbitmq

alpha v1.0.41
alex 2023-02-18 07:19:31 +01:00
parent 2c1491dda1
commit 6bac0fca7e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func pushLogMessage(messageType uint8, logMsg string) {
return
}
LogInfof("msg %s %s", msg, string(msg))
LogInfof("msg %s %s", msg, string(msg))
/*
if err = logsClient.PushQueueMessage(msg); err != nil {