Optimized logging, fixing #175.

This commit is contained in:
Revertron
2021-11-15 17:38:12 +01:00
parent e5419541aa
commit ab742885dd
3 changed files with 31 additions and 19 deletions
+1
View File
@@ -257,6 +257,7 @@ fn setup_logger(opt_matches: &Matches, console_attached: bool) {
.set_time_level(LevelFilter::Error)
.set_time_format_str("%F %T%.3f")
.set_time_to_local(true)
.set_level_padding(LevelPadding::Right)
.build();
match opt_matches.opt_str("l") {
None => {