You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tpoisonooo what value did you set for SPDLOG_ACTIVE_LEVEL? That should work regardless of whether spdlog is enabled - if you set SPDLOG_ACTIVE_LEVEL=5 it should basicall not log anything. If you are indeed using spdlog you can actually set the log level dynamically as well.
I want to close all log print, I have tried build with/without
spdlog
and defineSPDLOG_ACTIVE_LEVEL
first.But the terminal still print something, just like this:
The text was updated successfully, but these errors were encountered: