mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 17:05:29 +00:00
@@ -103,7 +103,7 @@ fn main() {
|
||||
|
||||
let format =
|
||||
tracing_subscriber::fmt::format().with_ansi(use_colors).with_target(false).without_time();
|
||||
let builder = tracing_subscriber::fmt().event_format(format);
|
||||
let builder = tracing_subscriber::fmt().event_format(format).with_writer(std::io::stderr);
|
||||
if let Some(level) = args.log_level {
|
||||
builder
|
||||
.with_max_level(match level {
|
||||
|
||||
Reference in New Issue
Block a user