Skip to content

Commit 64dcc88

Browse files
committed
set iceoryx2 log level to error to hide misleading "missing config" warning
1 parent 209cd10 commit 64dcc88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ fn run(mut cli: Cli) -> Result<(), Box<dyn std::error::Error>> {
348348
}
349349

350350
fn main() {
351+
iceoryx2::prelude::set_log_level(iceoryx2::prelude::LogLevel::Error);
351352
let cli = Cli::parse();
352353
if let Err(e) = run(cli) {
353354
eprintln!("{e}");

0 commit comments

Comments
 (0)