Skip to content

Commit

Permalink
fix(logging): Logs display timestamps again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Jul 23, 2024
1 parent 2a743c8 commit 70ffd1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const_format = "0.2.32"
decompound = { version = "0.3.0", optional = true }
env_logger = { version = "0.11.3", default-features = false, features = [
"auto-color",
"humantime",
] }
fancy-regex = "0.13.0"
fst = { version = "0.4.7", optional = true }
Expand Down

0 comments on commit 70ffd1c

Please sign in to comment.