5f344bf parse-access-log.py: better progress, minor refactoring

Authored and Committed by Will Woods 3 years ago
    parse-access-log.py: better progress, minor refactoring
    
    * Added LOG_RE for generic log matching
    * LogMatcher.make_item is a @classmethod
    * Added log_date() so progress meters can identify log files by date
      (since the filenames are all the same and the paths are very long)
    * tqdm progress now does one meter per file
    
        
file modified
+49 -25