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

LogstashFormatter: Move field_skip_set creation to __init__ #97

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 22, 2024

  1. LogstashFormatter: Move field_skip_set creation to __init__

    Commit baf2118 introduced a new set `field_skip_set` to store the fields to
    skip, unfortunately this field is created too early, causing modification
    of `FORMATTER_RECORD_FIELD_SKIP_LIST` by library users to be ignored.
    Let's create the field at the end of __init__ instead to fix the regression.
    
    Fixes eht16#96
    feliixx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eea419c View commit details
    Browse the repository at this point in the history