forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have the timeout handler decorate log lines with "key".
Several of the methods in the timeout handler deal with specific keys, and log information about them; however, they do not decorate these log lines with the key they are acting on, so when filtering by key (e.g. logstream) they don't show up. This decorates the logger with these keys in contexts where they are available. I am hoping this will narrow down some of the timeout_test flakes I've been hunting.
- Loading branch information
1 parent
ce1b7b5
commit 7b5b2fa
Showing
1 changed file
with
10 additions
and
6 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