Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #96
- Loading branch information