Skip to content

"tags" as document field for error details causes potential issues #560

@niklas-kunz

Description

@niklas-kunz

Logprep currently writes processor errors to a document field named tags.

Example: tags : [ _generic_adder_failure ].

This can be confusing if the original document already contains a field named tags (which often occurs) since there is no clear distinction between document fields and technical/Logprep-generated fields. I therefore propose a different field naming for auxiliary fields in order to make them easily distinguishable from regular document fields. Suggestion: logprep_tags or logprep_failure_tags instead of tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions