slog-journald

Crates.ioslog-journald
lib.rsslog-journald
version2.2.0
sourcesrc
created_at2016-11-08 06:48:20.831044
updated_at2021-12-17 08:45:20.5622
descriptionJournald drain for slog-rs
homepagehttps://github.com/slog-rs/journald
repositoryhttps://github.com/slog-rs/journald
max_upload_size
id7169
size41,178
Dawid Ciężarkiewicz (dpc)

documentation

https://docs.rs/slog-journald

README

slog-journald

Build Status] Gitter Documentation

This is a straightforward journald drain for slog-rs.

Journald and slog-rs work very well together since both support structured log data. This crate will convert structured data (that is, key-value pairs) into journald fields. Since, journald field names are more restrictive than keys in slog-rs, key names are sanitized to be valid journald fields.

This crate supports specialized handling of logged errors via features. Look into Cargo.toml for more information.

Commit count: 46

cargo fmt