lua-nginx-module
lua-nginx-module copied to clipboard
如何修改 resty 打印日志的格式, format
如题..
想修改 resty 打印日志的字段.请问如何修改
I do not know which format you want to edit. For the Nginx error log, we can not change any format in Lua, It just prints pure string in C with some defined field that we can not change.