Skip to content

Commit 1f00527

Browse files
committed
[#711] Do not set default log level trace in cargo
1 parent f7393a2 commit 1f00527

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rustdocflags = ["-D", "warnings"]
44
[env]
55
RUST_TEST_THREADS = "1"
66
RUST_BACKTRACE = "1"
7-
IOX2_LOG_LEVEL = "Trace"
87

98
[target.debug]
109
rustflags = ["-Z", "sanitizer=address"]

doc/release-notes/iceoryx2-unreleased.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
[#695](https://github.com/eclipse-iceoryx/iceoryx2/issues/695)
7676
* Fix Miri issues with MetaVec due to temporary borrow
7777
[#682](https://github.com/eclipse-iceoryx/iceoryx2/issues/682)
78+
* Do not set default log level for cargo
79+
[#711](https://github.com/eclipse-iceoryx/iceoryx2/issues/711)
7880

7981
### Refactoring
8082

0 commit comments

Comments
 (0)