Skip to content

Remove logger name in partition key through configuration #37

@pvivera

Description

@pvivera

Like the logger name is being used as partition key when there are many entries in the log it's almost impossible to retrieve or query them.

The prefix already implemented in the project is useful but it not enough when you're logging multiple loggers across the application.

A good solution is to remove the logger name and use the date prefix based on the date format, per example create a new partition key per day.

We can able to remove the logger name through a flag in the target configuration. It going to be removed only if the prefix is defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions