I am using the Apache Commons Tailer API to monitor the log files.
Whenever I restart the application, old log messages are also displayed. Instead only new log messages should get displayed.
How do I avoid this behavior of getting the old log messages?