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