do not Printf GELF messages

This commit is contained in:
Natalia Goc 2024-06-04 11:00:37 +02:00
parent 3024e888c7
commit 113f85b61c

View File

@ -32,7 +32,6 @@ func Log(writer *gelf.UDPWriter, msg GELFMessage) {
if err != nil {
log.Println(err)
}
fmt.Printf("msg: %v sent\n", msg)
}
}