-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hey,
I was trying to create a syncronous hook with no compression and it simply not send to graylog, it just work with assyncronous.
obs: I'm using v3.
graylogHook = graylog.NewGraylogHook(graylogURL, extra)
w := graylogHook.Writer();
if writer, ok := w.(*graylog.UDPWriter); ok {
writer.CompressionType = graylog.NoCompress
_ = graylogHook.SetWriter(writer)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels