Add option to toggle compact log format.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-04 10:14:22 +00:00
parent 2b7cf7d5d5
commit 74a576caf7
4 changed files with 26 additions and 13 deletions

View File

@@ -33,8 +33,8 @@ pub(crate) fn init(
.with_ansi(config.log_colors)
.with_thread_ids(config.log_thread_ids)
.with_span_events(console_span_events)
.event_format(ConsoleFormat::new(config))
.fmt_fields(ConsoleFormat::new(config))
.event_format(ConsoleFormat::new(config))
.with_writer(ConsoleWriter::new(config));
let (console_reload_filter, console_reload_handle) =