Shantanu Jain
Shantanu Jain
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, 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:...