namshi / winston-graylog2

Graylog2 transport for winston, a nodejs logging module
MIT License
126 stars 62 forks source link

fix: metadata is pojo now #74

Open witty123 opened 5 years ago

witty123 commented 5 years ago

After recent update to winston3, winston-graylog2 started sending [object Object] string in metadata.

This PR helps to resolve that error by extracting the values out of the Javascript object and then merging it with staticMeta.

witty123 commented 5 years ago

@schfkt Please review as per your convenience. Thanks.