stephb9959
2023-11-20 21:00:01 -08:00
parent f0ca087d48
commit bd20abacdf

View File

@@ -231,7 +231,7 @@ namespace OpenWifi {
"logging.format", "%Y-%m-%d %H:%M:%S.%i %s: [%p][thr:%I] %t");
auto UseAsyncLogs_ = MicroService::instance().ConfigGetBool("logging.asynch", true);
auto DisableWebSocketLogging =
MicroService::instance().ConfigGetBool("logging.websocket", false);
MicroService::instance().ConfigGetBool("logging.websocket.disable", true);
if (LoggingDestination == "null") {
Poco::AutoPtr<Poco::NullChannel> DevNull(new Poco::NullChannel);