Skip to content

Commit

Permalink
Remove default width for timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
andresovela committed Oct 15, 2023
1 parent 334ee30 commit f1cb458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/src/log/format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ impl InternalFormatter {
build_formatted_string(
s.as_str(),
format,
8,
0,
get_log_level_of_record(record),
format.color,
)
Expand Down

0 comments on commit f1cb458

Please sign in to comment.