set env RUST_LOG=info in bacon's run job
This commit is contained in:
parent
88360c91ca
commit
8c3cfc4d2d
@ -74,6 +74,8 @@ command = [
|
|||||||
need_stdout = true
|
need_stdout = true
|
||||||
allow_warnings = true
|
allow_warnings = true
|
||||||
background = true
|
background = true
|
||||||
|
[jobs.run.env]
|
||||||
|
RUST_LOG = "info"
|
||||||
|
|
||||||
# Run your long-running application (eg server) and have the result displayed in bacon.
|
# 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
|
# For programs that never stop (eg a server), `background` is set to false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user