theme_importer: Output logs to stderr
(#14890)
Will allow writing directly to a file without logging via `cargo run -p theme_importer -- /path/to/file` Release Notes: - N/A
This commit is contained in:
parent
cd9b25d827
commit
70f7f2d2da
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ fn main() -> Result<()> {
|
||||||
TermLogger::init(
|
TermLogger::init(
|
||||||
LevelFilter::Trace,
|
LevelFilter::Trace,
|
||||||
log_config,
|
log_config,
|
||||||
TerminalMode::Mixed,
|
TerminalMode::Stderr,
|
||||||
ColorChoice::Auto,
|
ColorChoice::Auto,
|
||||||
)
|
)
|
||||||
.expect("could not initialize logger");
|
.expect("could not initialize logger");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue