pino-syslog
pino-syslog copied to clipboard
🌲 A transport for reformatting pino logs into standard syslog format
How to configure pino redact with this transport?
I was unable to use pipelining to send syslog to a running promtail instance; I used the example from the README without any luck. Did I miss something? Thanks
I'd like to format the `APP-NAME` field in the syslog message like this: `${appName}.${loggerName}`. Right now the pino-syslog only supports static values as the appname. Does supporting dynamic values sound...