From fa5e691afeb01eb4d1195982766e903cb3a5674f Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Wed, 18 Jan 2023 13:04:27 +0100 Subject: [PATCH] Make libwebsockets less chatty by default (#24470) --- third_party/libwebsockets/lws_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/libwebsockets/lws_config.h b/third_party/libwebsockets/lws_config.h index 96ddcf8a6db7d9..cbf0383352b2b0 100644 --- a/third_party/libwebsockets/lws_config.h +++ b/third_party/libwebsockets/lws_config.h @@ -45,6 +45,7 @@ #define LWS_WITHOUT_DAEMONIZE // "Don't build the daemonization api" - default: ON #define LWS_LOGS_TIMESTAMP // "Timestamp at start of logs" - default: ON #define LWS_LOG_TAG_LIFECYCLE // "Log tagged object lifecycle as NOTICE" - default: ON +#define LWS_WITH_NO_LOGS // "Disable all logging other than _err and _user from being compiled in" - defaults: OFF // // Implied Options