diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index 65adcf5a..0291acbb 100644 --- a/lib/libwebsockets.c +++ b/lib/libwebsockets.c @@ -2245,7 +2245,7 @@ void _lws_log(int filter, const char *format, ...) * function to perform log string emission instead of * the default stderr one. * - * log level defaults to "err" and "warn" contexts enabled only and + * log level defaults to "err", "warn" and "notice" contexts enabled and * emission on stderr. */ diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html index c0ea6cd3..42a37b0d 100644 --- a/libwebsockets-api-doc.html +++ b/libwebsockets-api-doc.html @@ -398,7 +398,7 @@ the default stderr one.

Description

-log level defaults to "err" and "warn" contexts enabled only and +log level defaults to "err", "warn" and "notice" contexts enabled and emission on stderr.