Skip to content

Commit

Permalink
chore(cli): Use RFC 3339 time format for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Dec 29, 2024
1 parent a3d4e12 commit 22e3fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pub async fn main() -> crate::Result<()> {
WriteLogger::init(
LevelFilter::Debug,
LogConfigBuilder::new()
.set_time_format_rfc3339()
.add_filter_ignore_str("symphonia_core::probe")
.build(),
logfile,
Expand Down

0 comments on commit 22e3fe7

Please sign in to comment.