fix: need to send errors to appropriate stream (#4491)
This commit is contained in:
@@ -106,6 +106,7 @@ fn setup_logging_internal(
|
|||||||
|
|
||||||
// Create console logging layer for development - INFO and above only
|
// Create console logging layer for development - INFO and above only
|
||||||
let console_layer = fmt::layer()
|
let console_layer = fmt::layer()
|
||||||
|
.with_writer(std::io::stderr)
|
||||||
.with_target(true)
|
.with_target(true)
|
||||||
.with_level(true)
|
.with_level(true)
|
||||||
.with_ansi(true)
|
.with_ansi(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user