SHQ7QHLTVQ5KJYCB3ZPI5HEIRC56TMAEZT4OOKUGT22QVY4WCB3AC
CJ3W6DCERC3FVMB7FJOA2V5MTAHHORYOEJB3J5HFJ5PFBVK2UXWQC
PIMAAKB3YYYLZ6U6IHNUPQLFGMJOH7TKYVWIXNXSH57ISIVB4ASAC
O7LARFJLYA7QBV73LE6N3DWVVKHCE43LI6EMCD34AXYHP6M5PWDQC
2OEKDJGNRB26WDYNIPXLD3X5KFEXUQN2EACBXO6T4F5PPB3YL2TQC
use tracing_subscriber::EnvFilter;
let filter_layer = tracing_subscriber::filter::LevelFilter::DEBUG;
.with(filter_layer)
.with(EnvFilter::try_from_default_env().unwrap_or(EnvFilter::new("debug")))
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
name = "matchers"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"dependencies = [ "regex-automata",][[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
"regex-syntax",][[package]]name = "regex-automata"version = "0.1.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"dependencies = [
"regex-syntax",
name = "regex-automata"
version = "0.1.10"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
"lazy_static", "matchers", "regex",
"lazy_static",
"matchers",
"regex",
"tracing",