Commit df4029a7 authored by 周尚's avatar 周尚

fix log level

parent e8de4ba9
......@@ -214,7 +214,7 @@ function TK_SYNC.sync()
ngx.say(json.encode({mesgRetCode=code, mesgRetDesc=mesg}))
ngx.eof()
ngx.log(ngx.ERR, ngx.var.request_body)
ngx.log(ngx.NOTICE, ngx.var.request_body)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment