The README provides instructions for using this on the command line. I'm wondering if it's possible to use this inside of a node app directly as a pino transport. Something like:
pino.transport({
targets: [{
target: 'pino-gelf',
options: {
// ??
},
}]
});