b248333 parse-access-log.py: dupcheck, --no-header, --no-index

Authored and Committed by Will Woods 3 years ago
    parse-access-log.py: dupcheck, --no-header, --no-index
    
    Cleaned up the parse-access-log.py CLI a bit and made the output
    options a little more sane. Also added a duplicate check for when you're
    writing sqlite databases to ensure you don't accidentally parse the same
    log file multiple times and add a bunch of duplicate data to your
    database.
    
        
file modified
+33 -5
file modified
+13 -9
file modified
+41 -21