Baoyuantop commented on issue #13368:
URL: https://github.com/apache/apisix/issues/13368#issuecomment-4549925087

   Thanks for reporting this @yeri131026 . This looks like a real log-rotate 
bug rather than a custom plugin logging issue. If rotating one log file 
succeeds but rotating another one fails or is skipped, the current flow can 
return before sending the signal that reopens logs. In that case APISIX may 
continue writing to the old file descriptor, so the current access.log or 
error.log path appears to stop updating.
   
   Could you please also provide your APISIX version, deployment mode, 
log-rotate config, log file paths, file permissions, and the log directory 
state before/after rotation? That will help verify the fix against your case.


-- 
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]

Reply via email to