set env RUST_LOG=info in bacon's run job

This commit is contained in:
Akulij 2025-04-30 19:21:27 +03:00
parent 88360c91ca
commit 8c3cfc4d2d

View File

@ -74,6 +74,8 @@ command = [
need_stdout = true
allow_warnings = true
background = true
[jobs.run.env]
RUST_LOG = "info"
# Run your long-running application (eg server) and have the result displayed in bacon.
# For programs that never stop (eg a server), `background` is set to false