Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to make oink skip lines with bad character encoding #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 14, 2011

  1. convert log lines to UTF-8 in order to prevent encoding issues when p…

    …arsing logs
    Shane Gibbons committed Jan 14, 2011
    Configuration menu
    Copy the full SHA
    87b176f View commit details
    Browse the repository at this point in the history
  2. begin/rescue encoding errors rather than transcoding all lines by def…

    …ualt - it ends up being a lot faster in the average case
    Shane Gibbons committed Jan 14, 2011
    Configuration menu
    Copy the full SHA
    e3a31bc View commit details
    Browse the repository at this point in the history
  3. fix for malformed line skip logging, wasn't properly filtering on exc…

    …eption message previously
    Shane Gibbons committed Jan 14, 2011
    Configuration menu
    Copy the full SHA
    291abd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2011

  1. Configuration menu
    Copy the full SHA
    b57f5c9 View commit details
    Browse the repository at this point in the history