fabulousgk / pino-discord-webhook

A Pino v7+ compatible transport to forward log events to a Discord webhook from a dedicated worker
MIT License
1 stars 1 forks source link

feat: add additional fields from log message to discord fields #2

Closed singh-inder closed 3 months ago

singh-inder commented 3 months ago

Sometimes additional metadata is added inside logger object, for example serviceName in a microservice architecture is really important information in a log. This PR will add these additional fields from log message in discord fields.

Screenshot 2024-07-22 001950

fabulousgk commented 3 months ago

Great change thank you!