livox_ros_driver2 icon indicating copy to clipboard operation
livox_ros_driver2 copied to clipboard

How do I get rid of spam of info messages from the SDK?

Open ubicray opened this issue 1 year ago • 2 comments

Screenshot from 2023-11-20 15-38-16 Can't find a place to disable receiving these messages

ubicray avatar Nov 20 '23 13:11 ubicray

You need to change it in the SDK: Change the level from spdlog::level::debug to spdlog::level::warn https://github.com/Livox-SDK/Livox-SDK2/blob/dc361aa904ca8376ab7084c6e7c05046f7316bbf/sdk_core/base/logging.cpp#L41C50-L41C50

georgflick avatar Nov 20 '23 15:11 georgflick

Is there another way of disabling these messages without modifying the sdk code?

xaru8145 avatar May 16 '24 08:05 xaru8145