/slog-logfmt

a logfmt drain/formatter for slog

Primary LanguageRustMIT LicenseMIT

logfmt formatter for slog

This is a pretty straightforward logfmt formatter with a customizable prefix. The formatter exposed by the crate is not Send or Sync, so you'll have to wrap it in slog-async or similar.

Status

This project is archived, as I didn't end up using it. For a modern and useful logfmt library, check out tracing-logfmt.