We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d23864 commit 5a6a332Copy full SHA for 5a6a332
phd-tests/runner/src/main.rs
@@ -14,7 +14,7 @@ fn main() {
14
// Set up a tracing subscriber.
15
let filter = EnvFilter::builder()
16
.with_default_directive(tracing::Level::INFO.into());
17
- let stdout_log = tracing_subscriber::fmt::layer();
+ let stdout_log = tracing_subscriber::fmt::layer().with_line_number(true);
18
let subscriber =
19
Registry::default().with(filter.from_env_lossy()).with(stdout_log);
20
tracing::subscriber::set_global_default(subscriber).unwrap();
0 commit comments