fix: need to send errors to appropriate stream (#4491)

This commit is contained in:
Michael Neale
2025-09-04 00:27:09 +10:00
committed by GitHub
parent 7034d1593c
commit db94c5b7c3
+1
View File
@@ -106,6 +106,7 @@ fn setup_logging_internal(
// Create console logging layer for development - INFO and above only
let console_layer = fmt::layer()
.with_writer(std::io::stderr)
.with_target(true)
.with_level(true)
.with_ansi(true)