namshi / winston-graylog2

Graylog2 transport for winston, a nodejs logging module
MIT License
126 stars 62 forks source link

Doesn't send to the remote host #94

Open pavelefimenko95 opened 2 years ago

pavelefimenko95 commented 2 years ago

Doesn't send any logs to the remote server with no errors.(no packets to the 12201 udp are received) The logs are being sent only if i specify the localhost. The remote server is working when I use graylog2 module winston@3.5.0 winston-graylog2@2.1.2

image

pavelefimenko95 commented 2 years ago

The options were wrong, but please delete default to localhost:12201. I need to know if the config is wrong, not to send requests to the localhost silently