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.
(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.