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

More Defensive zerologWriter parsing #584

Merged
merged 7 commits into from
Nov 2, 2022
Merged

Commits on Oct 20, 2022

  1. More Defensive zerologWriter parsing

    In preparation for a more feature rich log data spec, this parser was
    built to be able to scan additional contextual vaule from a zerolog
    log message. This patch fixes a bug where it was unable to correctly
    parse the JSON value for strings with commas,numbers, or stack traces.
    iamemilio committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5fff385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570fd3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee3ea03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95bf936 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70d004e View commit details
    Browse the repository at this point in the history
  6. better EOL detection

    iamemilio committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    373f699 View commit details
    Browse the repository at this point in the history
  7. safest EOL detection

    iamemilio committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5f6ebd8 View commit details
    Browse the repository at this point in the history