updates to how logging works
This commit is contained in:
parent
c7761b9787
commit
479c22087f
5 changed files with 14 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue