Skip to content

Commit

Permalink
[eclipse-iceoryx#396] Add IOX2_LOG_LEVEL to cargo.toml env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Ziad Mostafa <[email protected]>
  • Loading branch information
zmostafa committed Nov 2, 2024
1 parent e2e818c commit 105ea89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rustdocflags = ["-D", "warnings"]
[env]
RUST_TEST_THREADS = "1"
RUST_BACKTRACE = "1"
IOX2_LOG_LEVEL = "Trace"

[target.debug]
rustflags = ["-Z", "sanitizer=address"]
Expand Down

0 comments on commit 105ea89

Please sign in to comment.