datalust / seq-input-gelf

Ingest GELF payloads into Seq
https://datalust.co/seq
Apache License 2.0
15 stars 8 forks source link

Improve error diagnostics with anyhow #81

Closed KodrAus closed 3 years ago

KodrAus commented 3 years ago

For #80

This PR replaces our ad-hoc Box<dyn Error> with anyhow::Error so that we can append context to errors.