Skip to content

log level error in ngx_http_lua_conf.c  #92

Closed
@mei-rune

Description

@mei-rune

在 src/ngx_http_lua_conf.c 文件的第 51 行, 如下
ngx_conf_log_error(NGX_ERROR, cf, 0, "Failed to initialize Lua VM");
其中日志级别错误, 可改为

        ngx_conf_log_error(NGX_LOG_ERR, cf, 0, "Failed to initialize Lua VM");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions