Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fmt: fix
EnvFilter
rejecting levels equal to the filter level (#75)
PR #72 introduced a bug in `EnvFilter` where spans and events whose level is _equal_ to the filter's max level are rejected, rather than accepted. This branch fixes the comparisons so that filters once again work as expected. Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information