openresty 记录日志时,有没有办法去掉 request, server, host ? 背景是业务的请求中有一些access token 等, 打印出来涉及到安全问题。
log_format 可以自定义
log_format
#log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_user_agent" "$http_x_forwarded_for"';