diff --git a/bacon.toml b/bacon.toml index 917449a..5c08af6 100644 --- a/bacon.toml +++ b/bacon.toml @@ -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