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

Bugfix for log lines without or delayed newlines results in a file truncated detection and reading the file again #164

Closed
wants to merge 3 commits into from

Commits on Feb 14, 2014

  1. Bugfix for logging lines without or delayed newlines

    I found a solution for the issue
    elastic#149
    tzahari committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    2c7d915 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2014

  1. Fixing some more issues (offset calculation, removing CR,...)

    Fixed: file offset still calculated wrong. File was detected as
    truncated again :-(
    Fixed: loosing the beginning of a partial line
    Fixed: A CR is also removed from the EOL
    
    Known issues:
    If the last line was logged with CRLF as EOF then the file offset is
    not correct calculated (missing one byte for the CR) in the Registry
    tzahari committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    41e4a4d View commit details
    Browse the repository at this point in the history
  2. Small optimizations

    tzahari committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    eb6309a View commit details
    Browse the repository at this point in the history