Logging update

This commit is contained in:
Uwe Seimet 2021-12-19 18:40:49 +01:00
parent 73e0df8557
commit 296f816dd3

View File

@ -488,6 +488,8 @@ bool SetLogLevel(const string& log_level)
current_log_level = log_level;
LOGINFO("Set log level to '%s'", current_log_level.c_str());
return true;
}