feat: add file logging via LOG_FILE environment variable

This commit is contained in:
2025-02-23 02:49:35 -05:00
parent 6e75c4e586
commit b1dbfa6110
3 changed files with 43 additions and 9 deletions

View File

@@ -17,6 +17,8 @@ strip = true
[dependencies]
anyhow = "1"
azalea = { git = "https://github.com/azalea-rs/azalea.git" }
bevy_app = "0"
bevy_log = "0"
clap = { version = "4", features = ["derive"] }
futures = "0"
http-body-util = "0"