Skip to content
Snippets Groups Projects
Select Git revision
  • 91005c44d0287a5b89c214fd05d349c879ee325d
  • master default protected
2 results

update_checker.py

  • Leonard Penzer's avatar
    91005c44
    do not abort when parsing record fails · 91005c44
    Leonard Penzer authored
    We have many records in the access.log which cannot be parsed, i.e.
    because some people mistype URLs or whatever. Because of that we should
    not stop when we encounter an invalid record, but just print a message
    and continue parsing the rest of the accesslog.
    91005c44
    History
    do not abort when parsing record fails
    Leonard Penzer authored
    We have many records in the access.log which cannot be parsed, i.e.
    because some people mistype URLs or whatever. Because of that we should
    not stop when we encounter an invalid record, but just print a message
    and continue parsing the rest of the accesslog.