zlog: Add env var to enable line number logging (#41905)

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Lukas Wirth
2025-11-06 15:31:26 +00:00
committed by GitHub
parent 9c8e37a156
commit 6f6f652cf2
4 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ impl BackgroundExecutor {
});
let mut cx = std::task::Context::from_waker(&waker);
let duration = Duration::from_secs(500);
let duration = Duration::from_secs(180);
let mut test_should_end_by = Instant::now() + duration;
loop {