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
andNot
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.