<#19947 Align Rust and Python logging formats> Iss...
# github-notifications
c
#19947 Align Rust and Python logging formats Issue created by benjyw Currently:
Copy code
[2023-09-26T23:10:29Z WARN  pants] I am a Rust log line, emitted via the warn! macro.
16:10:33.99 [WARN] I am a Python log line, emitted via a Python logger, which delegates to src/rust/engine/logging/src/logger.rs.
We should ensure these formats are aligned. The user does not care where a log line came from. pantsbuild/pants