-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Setting Component and Operation via indexer
I've encountered a few codebases where Component and Operation are customized using eventContext["(Component|Operation)"] rather than the first-class properties Generally, this is fine as the customized values end up in the rendered log message, however, it can result in unexpected behavior when the getters don't reflect the change. For example, if an application framework suppresses log events based on Component/Operation
- Loading branch information
1 parent
056a4a3
commit 9fade3c
Showing
3 changed files
with
76 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters