gemnasium / logrus-graylog-hook

Graylog hook for logrus
MIT License
87 stars 63 forks source link

Add support for extracting stacktraces from errors #19

Closed flimzy closed 7 years ago

flimzy commented 7 years ago

The github.com/pkg/errors package includes stack traces in error values. This adds support for extracting them, and including them as a '_stacktrace' field in a GELF message.

gravis commented 7 years ago

can I ask you to rebase with master please? I'd like to merge this. Thanks

flimzy commented 7 years ago

can I ask you to rebase with master please?

Done.