Adjust some VSTP logging

This commit is contained in:
Fred Boniface 2024-10-24 11:36:45 +01:00
parent e15992e865
commit 52732d2ae1

View File

@ -48,7 +48,7 @@ func Subscribe() {
log.Error("VSTP Message Error", zap.Error(msg.Err))
} else {
if msg != nil {
log.Info("VSTP Message Received")
log.Debug("VSTP Message Received")
handle(msg)
} else {
log.Info("VSTP Message Empty")