fluent-logger-node icon indicating copy to clipboard operation
fluent-logger-node copied to clipboard

A structured logger for Fluentd (Node.js)

Results 23 fluent-logger-node issues
Sort by recently updated
recently updated
newest added

Hi all, @jamiees2 has created a new library (https://github.com/fluent/fluentd-node) that has many more capabilities including bulk uploading. I would like to propose adding a notice to this repository to guide...

`net.Socket.write` won't necessarily immediately invoke the callback, and it's possible that we manage to submit the write, but the `error` event has triggered, setting the socket to `null`, and still...

I'm getting this error when calling logger.end() on both the examples of setup with winston. Does this mean theres a problem connecting to fluentd (in the .sender object it is...

### Motivation As array.shift needs to reindex the whole array for each execution, this can be pretty processing expensive if you need to do it in a high frequency. Though...

Hi, We are using the library for sending logs to Fluentd via Bunyan Logger. ``` const sender = require('fluent-logger').createFluentSender('tag-prefix', { enableReconnect: false, host: 'localhost', port: 24224, requireAckResponse: true }); //...

Hey, We are using your library to send logs from our lambda functions to fluentd via Bunyan Logger. ``` // Instance style fluent-logger creation const sender = require('fluent-logger').createFluentSender('tag-prefix', { enableReconnect:...

Hey folks I apologise in advance ive read previous issues and stack overflow about this and cant seem to find a resolution. Ive even tried resorting to injecting a fluend...

Hi, We're using fluent-logger-node v3.4.1 to send logs from Lambda functions. During our test, we emit 300KB logs every 100ms for 60 seconds, so around 180MB logs in total. During...

Hey, We are using your library to send logs from our lambda functions to fluentd via Bunyan Logger. ``` // Instance style fluent-logger creation const sender = require('fluent-logger').createFluentSender('tag-prefix', { enableReconnect:...

First, thanks for maintaining this module. Then, it appears to have trouble with getting sub-second resolution right, and it may be because the last update of the related code (#47,...