pino-syslog
pino-syslog copied to clipboard
Dynamic appname values
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 good?
I'm not sure how that would be implementable, but I'm not opposed to a PR.