Remove "with_line_numbers"

This commit is contained in:
Louis Dureuil 2024-02-08 09:43:21 +01:00
parent 08af0e690c
commit 1b74010e9e
No known key found for this signature in database
4 changed files with 1 additions and 15 deletions

View file

@ -34,7 +34,6 @@ fn setup(opt: &Opt) -> anyhow::Result<LogRouteHandle> {
let subscriber = tracing_subscriber::registry().with(route_layer).with(
tracing_subscriber::fmt::layer()
.with_line_number(true)
.with_span_events(tracing_subscriber::fmt::format::FmtSpan::NEW)
.with_filter(
tracing_subscriber::filter::LevelFilter::from_str(&opt.log_level.to_string())