Skip to content

Deprecation messages with the same key but different x-opaque-id are allowed backport(#44587)#44682

Merged
pgomulka merged 1 commit intoelastic:7.xfrom
pgomulka:bp/logging_x-opaque-id-dupicates
Jul 22, 2019
Merged

Deprecation messages with the same key but different x-opaque-id are allowed backport(#44587)#44682
pgomulka merged 1 commit intoelastic:7.xfrom
pgomulka:bp/logging_x-opaque-id-dupicates

Conversation

@pgomulka
Copy link
Copy Markdown
Contributor

Deprecation logger was filtering log entries by key, that means that if two log messages with the same key are logged from different users, then the second log messages will be filtered.
This change allows to log deprecation message with the same key by different users.

relates #41354
backport #44587

…allowed (elastic#44587)

Deprecation logger was filtering log entries by key, that means that if two log messages with the same key are logged from different users, then the second log messages will be filtered.
This change allows to log deprecation message with the same key by different users.

relates elastic#41354
@pgomulka pgomulka added :Core/Infra/Logging Log management and logging utilities v7.4.0 labels Jul 22, 2019
@pgomulka pgomulka self-assigned this Jul 22, 2019
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-infra

@pgomulka pgomulka merged commit fe20e21 into elastic:7.x Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Core/Infra/Logging Log management and logging utilities v7.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants