Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(logging): Propagate logging context to cancellation #3819

Merged
merged 2 commits into from
Jul 16, 2020

Conversation

marchello2000
Copy link
Contributor

Currently, cancellation is called on a separate thread and the logging context isn't passed into it.
So if there is an issue in cancellation flow the execution id/stage id aren't propagated to the logger making it hard to debug

Currently, cancellation is called on a separate thread and the logging context isn't passed into it.
So if there is an issue in cancellation flow the execution id/stage id aren't propagated to the logger making it hard to debug
@marchello2000 marchello2000 added the ready to merge Approved and ready for merge label Jul 16, 2020
@mergify mergify bot added the auto merged Merged automatically by a bot label Jul 16, 2020
@mergify mergify bot merged commit 1bb3aa6 into spinnaker:master Jul 16, 2020
@marchello2000 marchello2000 deleted the mark/cancel_log_context branch July 16, 2020 20:44
KathrynLewis pushed a commit to KathrynLewis/orca that referenced this pull request Jan 31, 2021
Currently, cancellation is called on a separate thread and the logging context isn't passed into it.
So if there is an issue in cancellation flow the execution id/stage id aren't propagated to the logger making it hard to debug

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.22
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants