From 8c3cfc4d2d1717bdc9eac3635ddf4a57178bdbb0 Mon Sep 17 00:00:00 2001 From: Akulij Date: Wed, 30 Apr 2025 19:21:27 +0300 Subject: [PATCH] set env RUST_LOG=info in bacon's run job --- bacon.toml | 2 ++ 1 file changed, 2 insertions(+) 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