diff options
| author | HampusM <hampus@hampusmat.com> | 2026-03-26 17:14:43 +0100 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-03-26 17:14:43 +0100 |
| commit | 5dbab7fce76997e800491b54ebeca612ac783094 (patch) | |
| tree | 45a79913ecec19075023fb49ccc728640b1220b0 /Cargo.toml | |
| parent | 9ab41d06b4ff0b52360a8cda756a3b1343a1e2fc (diff) | |
fix: shorten time in logs to hour:minute:secs.sec-fraction
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ tracing = { version = "0.1.39", features = ["max_level_debug"] } [dependencies.tracing-subscriber] version = "0.3.17" default-features = false -features = ["std", "ansi", "fmt", "smallvec", "env-filter"] +features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"] |
