winstonjs / winston-loggly

A Loggly transport for winston
http://github.com/indexzero/winston-loggly
MIT License
85 stars 110 forks source link

How to send extra tags #20

Open GunnarLindholm opened 9 years ago

GunnarLindholm commented 9 years ago

How can I send extra tags when logging?

I've found howto set tags globaly for all calls, but how can I set additional tags for individual logging calls?

mattcasey commented 9 years ago

Submitted a PR that would allow you to pass in "tags" inside the meta data: https://github.com/winstonjs/winston-loggly/pull/23