rs / xlog

xlog is a logger for net/context aware HTTP applications
MIT License
139 stars 13 forks source link

Integrating error-tracking services like Rollbar #3

Closed joonathan closed 8 years ago

joonathan commented 8 years ago

Do you see xlog providing hooks for integrations with external services or do you rather see these as Outputs that can be configured under say MultiOutput?

rs commented 8 years ago

You can either create an xlog output or output xlog structured events to syslog and then use something like logstash syslog input -> any logstash supported output. I see that Rollbar has a Logstash output, so it would work just fine.

For a smaller project/architecture, a direct integration may be easier to deploy though. Feel free to build an output plugin, I will reference it in the third party extensions section of the README.

rs commented 8 years ago

I'm going to close this issue. Feel free to open a new one if you happen to publish a rollbar xlog extension.