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

Include updateID and updateName in update logger #1660

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Include updateID and updateName in update logger.

closes #1648

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner October 8, 2024 00:31
@@ -278,7 +278,11 @@ func GetCurrentUpdateInfo(ctx Context) *UpdateInfo {
return internal.GetCurrentUpdateInfo(ctx)
}

// GetLogger returns a logger to be used in workflow's context
// GetLogger returns a logger to be used in workflow's context.
// This logger does not record logs during replay.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😊

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit b4e934e into temporalio:master Oct 8, 2024
13 checks passed
ReyOrtiz pushed a commit to ReyOrtiz/temporal-sdk-go that referenced this pull request Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show update handler and ID in logging context
3 participants