- update: logging system to only show logs from the app and not any 3rd party dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ argon2 = "0.5.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
dotenv = "0.15"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "chrono"] }
|
||||
prost = "0.13.4"
|
||||
prost-types = "0.13.3"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user