Replies: 1 comment
-
I don't think there's a way to set environment variables on the target but with RUST_LOG=debug bazel run //:myapp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to define environment variables (e.g.
RUST_LOG=debug
) forbazel run :myapp
where:myapp
is arust_binary
.How to add vars?
Beta Was this translation helpful? Give feedback.
All reactions