Michael Hart
Michael Hart
Hi @galioy – I'm not sure where the `http://` came from – it should just be the host name. Also, `gelf-stream` sends UDP messages: http://docs.graylog.org/en/2.2/pages/gelf.html#gelf-via-udp – so an http server...
Have you setup Graylog to use UDP? You can check if it works like this: http://docs.graylog.org/en/2.3/pages/gelf.html#sending-gelf-messages-via-udp-using-netcat
@galioy did you have any luck with UDP?
Hmmm, I struggle to think of a scenario where this code path would make any real difference to performance considering this operation will be I/O bound. Have you measured performance...
Is this using the provided Bunyan mapper with `forBunyan`? If so, you can provide your own mapping function: ``` var GelfStream = require('gelf-stream').GelfStream var stream = new GelfStream(host, port, {map:...
Can you create a repro for this?
You can't reproduce against localhost? What sort of messages are you sending?
The concern that "logging should never throw" is also a bit of a red herring – if your process is running out of memory, and it just happens to be...
@Migo2014 is it a recursive object of some kind?
Oh wow, that's kinda lame. I wonder if that's new? (I haven't used Graylog in a few years) Is that honestly the only solution? There's no way to make the...