diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.errlog.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.errlog.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.errlog.lua b/meta/3rd/OpenResty/library/ngx.errlog.lua index fa713a01..ace384a0 100644 --- a/meta/3rd/OpenResty/library/ngx.errlog.lua +++ b/meta/3rd/OpenResty/library/ngx.errlog.lua @@ -16,8 +16,6 @@ function errlog.get_sys_filter_level() end --- --- This API should always work with directive `lua_capture_error_log`. --- ---- See Nginx log level constants for all nginx log levels. ---- ---@param level ngx.log.level ---@return boolean ok ---@return string? err |