eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Noisy logger #392

Closed elfenpiff closed 1 month ago

elfenpiff commented 1 month ago

(Code) Example Of Cumbersome API

All examples are running with log-level trace, which is very noisy and shall be used only in the case of debugging an application.

Improvement Suggestion

So by default the log-level shall be increased to warn and the set_log_level API be exported to become public iceoryx2 API so that a user can go into log-level trace when it is required.