generated from alecodes/base-template
chore: add tracing logs
This commit is contained in:
parent
8d8388e81a
commit
5a9b871e42
3 changed files with 211 additions and 1 deletions
|
|
@ -10,4 +10,7 @@ notify = "8.0.0"
|
|||
serde = "1.0.217"
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
tower-livereload = "0.9.6"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue