fxnn / gowatch

Configurable logfile analysis for your server.
MIT License
8 stars 2 forks source link

Support wildcards in logfile path #22

Open fxnn opened 9 years ago

fxnn commented 9 years ago

To be able to read rotated log files, we need to implement wildcards in the log file path.

Now, it would be a problem if we piped log files from several months (or even years) through gowatch just to find out that every single line is filtered out because of a timestamp predicate. Therefore, the parser should apply timestamp predicates to file modification timestamps also.