views:

14

answers:

0

I am listening changes to a syslog file in Java. I use the accepted answer to process new entries to the file. However, I couldnt find an efficient solution for detecting rollover files. Syslog file might be rolledover daily or based on filesize.

What are the best practises for handling such a case?