pinojs / pino-syslog

🌲 A transport for reformatting pino logs into standard syslog format
30 stars 12 forks source link

Dynamic appname values #5

Open Hilzu opened 6 years ago

Hilzu commented 6 years ago

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?

jsumners commented 6 years ago

I'm not sure how that would be implementable, but I'm not opposed to a PR.