Updated logging to both file and console

This commit is contained in:
2025-12-22 00:21:08 +08:00
parent fd257b90da
commit 2b368fe556
3 changed files with 36 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ sha2 = "0.10.9"
base64 = "0.22.1"
thiserror = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["registry", "fmt", "env-filter"] }
once_cell = "1"
flate2 = "1.0.28"
rust_socketio = "0.6.0"