Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

49ff1f5 · Oct 5, 2018

History

History
41 lines (29 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.45 KB

slog-rs logo
Travis CI Build Status slog-kvfilter on crates.io slog-rs Gitter Chat

slog-kvfilter - Key values and Regex based filter Drain for slog-rs

Filter records by matching their messages, keys and values. Records can be matched

  • based on logging level (debug, info, warn, ...)
  • regular expression on record message
  • keys and values
  • simple filters can be arbitrarily composed using And, Or and Not expressions

slog-kvfilter has undergone a complete rewrite as of version 0.7.0. The API has changed. See this issue for details.

slog-kvfilter documentation can be found here.

For more information, help, to report issues etc. see slog-kvfilter and slog-rs.