mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 11:17:51 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -231,7 +231,7 @@ namespace OpenWifi {
|
|||||||
"logging.format", "%Y-%m-%d %H:%M:%S.%i %s: [%p][thr:%I] %t");
|
"logging.format", "%Y-%m-%d %H:%M:%S.%i %s: [%p][thr:%I] %t");
|
||||||
auto UseAsyncLogs_ = MicroService::instance().ConfigGetBool("logging.asynch", true);
|
auto UseAsyncLogs_ = MicroService::instance().ConfigGetBool("logging.asynch", true);
|
||||||
auto DisableWebSocketLogging =
|
auto DisableWebSocketLogging =
|
||||||
MicroService::instance().ConfigGetBool("logging.websocket", false);
|
MicroService::instance().ConfigGetBool("logging.websocket.disable", true);
|
||||||
|
|
||||||
if (LoggingDestination == "null") {
|
if (LoggingDestination == "null") {
|
||||||
Poco::AutoPtr<Poco::NullChannel> DevNull(new Poco::NullChannel);
|
Poco::AutoPtr<Poco::NullChannel> DevNull(new Poco::NullChannel);
|
||||||
|
|||||||
Reference in New Issue
Block a user