An open API service indexing awesome lists of open source software.

https://github.com/vorner/slog-retry

Slog drain that reconnects on errors
https://github.com/vorner/slog-retry

Last synced: 8 months ago
JSON representation

Slog drain that reconnects on errors

Awesome Lists containing this project

README

          

# Slog retry

[![Travis Build Status](https://api.travis-ci.org/vorner/slog-retry.png?branch=master)](https://travis-ci.org/vorner/slog-retry)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/deud6hplvta633vt/branch/master?svg=true)](https://ci.appveyor.com/project/vorner/slog-retry/branch/master)

Retry handling for the [slog logging framework](https://crates.io/crates/slog).

You want to read the [docs](https://docs.rs/slog-retry).

When you try it out, I'm interested in hearing some feedback.

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.