Application logs rotation issue

Thanks for reply. I have solved this issue by specifying the option close_eof: true and setting scan_frequency to 10s. Now whenever my application tries to rotate logs there is no read lock on file and it is rotated successfully. :slight_smile: