现在我用
ngx.log(ngx.ALERT , "This is my message");
在LUA中记录消息的方法。它给出了一个非常具有描述性的信息,如下所示。那么如何更改NGINX中的日志格式才能输出我的警报消息?
2017/03/19 12:32:10 [alert] 21994#0: *9 [lua] content_by_lua(proj1.conf:159):3: **This is my message**, client: 127.0.0.1, server: , request: "GET /service/user_info?access_token=323d106b-b170-4e91-9296-ef1a38b5af19 HTTP/1.1", host: "127.0.0.1:4000"
修改
我在nginx http块中使用此指令,
error_log stderr info;