updates to how logging works

This commit is contained in:
Chris Cochrun 2024-04-17 06:31:46 -05:00
parent c7761b9787
commit 479c22087f
5 changed files with 14 additions and 3 deletions

View file

@ -34,7 +34,7 @@ fastrand = "2.0.0"
rfd = { version = "0.12.1", features = ["xdg-portal"], default-features = false }
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "time", "local-time", "env-filter"] }
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
tracing = "0.1.37"
time = { version = "0.3.29", features = ["formatting", "macros"] }
obws = "0.11.5"