mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Remove "with_line_numbers"
This commit is contained in:
parent
08af0e690c
commit
1b74010e9e
4 changed files with 1 additions and 15 deletions
|
@ -30,7 +30,6 @@ async fn basic_test_log_stream_route() {
|
|||
|
||||
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::ACTIVE)
|
||||
.with_filter(tracing_subscriber::filter::LevelFilter::from_str("INFO").unwrap()),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue