feat: set log timezone, closes #56
Implement a CLI arg, and config file setting, for changing the timezone of the Docker logs timestamp
This commit is contained in:
@@ -33,6 +33,7 @@ clap = { version = "4.5", features = ["color", "derive", "unicode"] }
|
||||
crossterm = "0.28"
|
||||
directories = "6.0"
|
||||
futures-util = "0.3"
|
||||
jiff = { version = "0.2", features = ["tzdb-bundle-always"] }
|
||||
parking_lot = { version = "0.12" }
|
||||
ratatui = "0.29"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
@@ -45,6 +46,7 @@ tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
uuid = { version = "1.12", features = ["fast-rng", "v4"] }
|
||||
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user