We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36040d commit 0c917a9Copy full SHA for 0c917a9
bacon.toml
@@ -15,6 +15,7 @@ kill = ["pkill", "-TERM", "-P"]
15
[jobs.run-profiling]
16
command = ["cargo", "run", "--features=profiling"]
17
kill = ["pkill", "-TERM", "-P"]
18
+env.RUST_LOG = "zbus=warn,log_viewer=debug,info"
19
20
[keybindings]
21
ctrl-d = "job:reset-settings-and-run"
0 commit comments