stephb9959
2022-11-08 23:12:05 -08:00
parent 3cfac6cf16
commit ff084ec00c
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));
}
}