dyrnq commented on issue #10407:
URL: https://github.com/apache/apisix/issues/10407#issuecomment-2564143230
maybe another workaround
## 1. disable global nginx_config enable_access_log
```bash
nginx_config:
http:
enable_access_log: false
```
## 2. using logging plugins for route separately
there are many options,
```bash
http-logger
skywalking-logger
tcp-logger
kafka-logger
rocketmq-logger
udp-logger
clickhouse-logger
syslog
log-rotate
error-log-logger
sls-logger
google-cloud-logging
splunk-hec-logging
file-logger
loggly
elasticsearch-logger
tencent-cloud-cls
loki-logger
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]