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
Consider a configuration like: debug,PeerManager=trace
This will not work because either the call to set the SPDLOG_LEVEL envvar doesn't work on Windows, or the call to read it doesn't work on Windows. Therefore only the initial call to spdlog::cfg::helpers::load_levels(levelstr); is applied from inside initializeLoggers()
The text was updated successfully, but these errors were encountered:
Consider a configuration like:
debug,PeerManager=trace
This will not work because either the call to set the
SPDLOG_LEVEL
envvar doesn't work on Windows, or the call to read it doesn't work on Windows. Therefore only the initial call tospdlog::cfg::helpers::load_levels(levelstr);
is applied from insideinitializeLoggers()
The text was updated successfully, but these errors were encountered: