https://github.com/max-heller/tracing-syslog
Syslog support for tracing
https://github.com/max-heller/tracing-syslog
logging rust syslog tracing
Last synced: 12 months ago
JSON representation
Syslog support for tracing
- Host: GitHub
- URL: https://github.com/max-heller/tracing-syslog
- Owner: max-heller
- License: mit
- Created: 2022-05-13T13:39:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T21:40:16.000Z (about 2 years ago)
- Last Synced: 2025-06-27T02:45:28.973Z (12 months ago)
- Topics: logging, rust, syslog, tracing
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# syslog-tracing
Support for logging [`tracing`](https://crates.io/crates/tracing) events to
syslog through
[`libc::syslog()`](https://docs.rs/libc/latest/libc/fn.syslog.html).