Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: Fix EnvFilter to match targets #368

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5d42932
subscriber: Fix `EnvFilter` to match targets
LucioFranco Sep 27, 2019
18a47d2
Pass target within scope
LucioFranco Oct 3, 2019
3fa215f
Merge remote-tracking branch 'origin/master' into lucio/fix-envfilter…
LucioFranco Oct 3, 2019
019d61e
Add newtypes and use Arc<str>
LucioFranco Oct 3, 2019
e7359ce
Clean up usage of TargetFilter
LucioFranco Oct 3, 2019
92aa7cc
More targetfilter usage and fix scope loop
LucioFranco Oct 3, 2019
055c4c2
Remove commented code
LucioFranco Oct 3, 2019
4e46aac
Clean up if statement
LucioFranco Oct 3, 2019
29fedee
Fix span filtering to pick first target
LucioFranco Oct 3, 2019
ef98f4b
Add docs and a test
LucioFranco Oct 29, 2019
9166bfe
Apply suggestions from code review
LucioFranco Oct 31, 2019
0783a26
Improve doc comments
LucioFranco Oct 31, 2019
4841632
Merge branch 'master' of github.com:tokio-rs/tracing into lucio/fix-e…
LucioFranco Oct 31, 2019
1d3f086
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
ca309d8
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
cee8294
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
ee84a04
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
5088573
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
c8d57de
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
bc0fec8
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
a851b83
Update tracing-subscriber/src/filter/env/mod.rs
davidbarsky Jan 29, 2020
235d7f8
Merge remote-tracking branch 'origin/master' into lucio/fix-envfilter…
Jan 29, 2020
b8a47a9
merge from master
Jan 29, 2020
4fb9187
re-introduce `TargetFilter`
Jan 29, 2020
0303251
add link to Layer.
Jan 29, 2020
0bd3504
Rewrite docs
Jan 29, 2020
6dea29e
fix docs tests (maybe)
Jan 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading