Add tracing-appender for improved logging with daily rotation.
This commit is contained in:
parent
9b51998889
commit
aebca7a7e2
5 changed files with 74 additions and 47 deletions
|
|
@ -15,6 +15,7 @@ tower-http = { version = "0.6", features = ["fs", "trace"] }
|
|||
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue