jinjianming commented on issue #9536:
URL: https://github.com/apache/apisix/issues/9536#issuecomment-1611089363
@lingsamuel @moonming @shreemaan-abhishek Sorry for the issue with my
initial description, it can be reproduce through this configuration;
`image is:apache/apisix:3.2.0-debian`
```
pluginAttrs:
log-rotate:
interval: 30 # rotate interval (unit: second)
max_kept: 2 # max number of log files will be kept
max_size: -1 # max size of log files will be kept
enable_compression: false # enable log file compression(gzip) or
not, default false
```
Both log files will have new logs flowing in without generating a new
access.log

Is it related to the container outputting logs to the terminal/dev/sdout ?
--
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]