tengine access_log_bypass_if

ycl3bljg  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(66)

access_log_bypass_if 安装成功但是没生效,请问有没有什么日志自定义的功能

vcirk6k6

vcirk6k61#

@KouLemon You can use the following method example.

map $status $log_enable {
    ~^[23]  0;
    default 1;
}

access_log /path/to/access.log combined if=$log_enable;

相关问题