diff -ruN a/lua-nginx-module-0.10.26-pre/src/ngx_http_lua_module.c b/lua-nginx-module-0.10.26-pre/src/ngx_http_lua_module.c --- a/lua-nginx-module-0.10.26-pre/src/ngx_http_lua_module.c 2023-11-14 05:23:08.000000000 +0600 +++ b/lua-nginx-module-0.10.26-pre/src/ngx_http_lua_module.c 2023-11-20 11:08:10.584363198 +0600 @@ -888,7 +888,7 @@ #ifndef OPENRESTY_LUAJIT if (ngx_process != NGX_PROCESS_SIGNALLER && !ngx_test_config) { - ngx_log_error(NGX_LOG_ALERT, cf->log, 0, + ngx_log_error(NGX_LOG_INFO, cf->log, 0, "detected a LuaJIT version which is not OpenResty's" "; many optimizations will be disabled and " "performance will be compromised (see " @@ -899,7 +899,7 @@ } #else # if !defined(HAVE_LUA_RESETTHREAD) - ngx_log_error(NGX_LOG_ALERT, cf->log, 0, + ngx_log_error(NGX_LOG_INFO, cf->log, 0, "detected an old version of OpenResty's LuaJIT missing " "the lua_resetthread API and thus the " "performance will be compromised; please upgrade to the "