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

2
Cargo.lock generated
View File

@@ -1180,6 +1180,8 @@ version = "0.2.0"
dependencies = [
"anyhow",
"azalea",
"bevy_app",
"bevy_log",
"clap",
"futures",
"http-body-util",