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
- Host: GitHub
- URL: https://github.com/vorner/slog-retry
- Owner: vorner
- License: apache-2.0
- Created: 2017-12-09T18:09:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T17:28:15.000Z (about 8 years ago)
- Last Synced: 2024-12-27T04:08:48.488Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Slog retry
[](https://travis-ci.org/vorner/slog-retry)
[](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.