Skip to content

Commit 0c917a9

Browse files
committed
chore: show debug logs when profiling
1 parent f36040d commit 0c917a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bacon.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ kill = ["pkill", "-TERM", "-P"]
1515
[jobs.run-profiling]
1616
command = ["cargo", "run", "--features=profiling"]
1717
kill = ["pkill", "-TERM", "-P"]
18+
env.RUST_LOG = "zbus=warn,log_viewer=debug,info"
1819

1920
[keybindings]
2021
ctrl-d = "job:reset-settings-and-run"

0 commit comments

Comments
 (0)