summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorTyler Murphy <=>2023-08-21 23:19:53 -0400
committerTyler Murphy <=>2023-08-21 23:19:53 -0400
commitc4c26f42b6b06dbc75578314a483db66bf7ddb4c (patch)
treefba137f6fe2e8470b0abf6d3c139fa9a4fc9b4e8 /src/main.rs
parentwebsocket (diff)
downloadxssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.tar.gz
xssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.tar.bz2
xssbook-c4c26f42b6b06dbc75578314a483db66bf7ddb4c.zip
dms
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 817f8ac..cc8a61e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -46,7 +46,7 @@ async fn main() {
tracing_subscriber::registry()
.with(
fmt_layer
- .with_filter(LevelFilter::TRACE)
+ .with_filter(LevelFilter::INFO)
.with_filter(filter_fn(|metadata| {
metadata.target().starts_with("xssbook")
})),