wip: add logging capabilities
This commit is contained in:
parent
d84c58fd1c
commit
3d12877e27
5 changed files with 384 additions and 17 deletions
|
|
@ -12,3 +12,7 @@ clap = { version = "4.5.37", features = ["derive"] }
|
|||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
chrono = {version = "0.4.41", features = ["serde"]}
|
||||
serde_json = "1.0.140"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19" , features = ["env-filter"]}
|
||||
figment = { version = "0.10.19", features = ["env"] }
|
||||
tracing-core = "0.1.33"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue