Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rambler-digital-solutions/tracing-syslog
Support for tracing events natively to syslog, preserving structured information
https://github.com/rambler-digital-solutions/tracing-syslog
logging logging-library rust rust-lang rust-library tracing
Last synced: 3 months ago
JSON representation
Support for tracing events natively to syslog, preserving structured information
- Host: GitHub
- URL: https://github.com/rambler-digital-solutions/tracing-syslog
- Owner: rambler-digital-solutions
- License: mit
- Created: 2020-11-13T15:57:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T13:10:40.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T23:13:51.178Z (10 months ago)
- Topics: logging, logging-library, rust, rust-lang, rust-library, tracing
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 5
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tracing-syslog
*The project is currently under development and is not ready for use in production.*Support for logging [`tracing`][tracing] events natively to [`syslog`][syslog],
preserving structured information.## Overview
*Compiler support: [requires `rustc` 1.42+][msrv]*[msrv]: #supported-rust-versions
[tracing]: https://github.com/tokio-rs/tracing
[syslog]: https://tools.ietf.org/html/rfc5424## Supported Rust Versions
Tracing is built against the latest stable release. The minimum supported
version is 1.42. The current Tracing version is not guaranteed to build on Rust
versions earlier than the minimum supported version.Tracing follows the same compiler support policies as the rest of the Tokio
project. The current stable Rust compiler and the three most recent minor
versions before it will always be supported. For example, if the current stable
compiler version is 1.45, the minimum supported version will not be increased
past 1.42, three minor versions prior. Increasing the minimum supported compiler
version is not considered a semver breaking change as long as doing so complies
with this policy.## License
This project is licensed under the [MIT license](LICENSE).