stephb9959
2022-11-08 23:09:23 -08:00
parent 696ee32ef3
commit 351dd650fa
7 changed files with 26 additions and 26 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenWifi {
auto Name = GetS(RESTAPI::Protocol::TAG, InnerObj);
auto Value = GetS(RESTAPI::Protocol::VALUE, InnerObj);
MicroServiceSetSubsystemLogLevel(Name, Value);
Logger_.information(
poco_information(Logger_,
fmt::format("Setting log level for {} at {}", Name, Value));
}
}