season886 commented on issue #10795: URL: https://github.com/apache/apisix/issues/10795#issuecomment-1895048276
@sheharyaar here is logfile, "enable log-rotate in the config-default.yml and set log level to info" ``` 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] timers.lua:39: run timer[plugin#server-info], context: ngx.timer 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] timers.lua:39: run timer[plugin#log-rotate], context: ngx.timer 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] log-rotate.lua:271: rotate interval:86400, context: ngx.timer 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] log-rotate.lua:272: rotate max keep:30, context: ngx.timer 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] log-rotate.lua:273: rotate max size:-1, context: ngx.timer 2024/01/17 14:31:04 [info] 89#89: *162666 [lua] log-rotate.lua:274: rotate timeout:10000, context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] timers.lua:39: run timer[plugin#server-info], context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] timers.lua:39: run timer[plugin#log-rotate], context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] log-rotate.lua:271: rotate interval:86400, context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] log-rotate.lua:272: rotate max keep:30, context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] log-rotate.lua:273: rotate max size:-1, context: ngx.timer 2024/01/17 14:31:05 [info] 89#89: *163087 [lua] log-rotate.lua:274: rotate timeout:10000, context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] timers.lua:39: run timer[plugin#server-info], context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] timers.lua:39: run timer[plugin#log-rotate], context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] log-rotate.lua:271: rotate interval:86400, context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] log-rotate.lua:272: rotate max keep:30, context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] log-rotate.lua:273: rotate max size:-1, context: ngx.timer 2024/01/17 14:31:06 [info] 89#89: *163549 [lua] log-rotate.lua:274: rotate timeout:10000, context: ngx.timer ``` -- 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]
