We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2f88 commit 4c3d446Copy full SHA for 4c3d446
codersdk/workspaceagents.go
@@ -541,7 +541,7 @@ func (tac *tailnetAPIConnector) coordinate(client proto.DRPCTailnetClient) {
541
!xerrors.Is(err, io.EOF) &&
542
!xerrors.Is(err, context.Canceled) &&
543
!xerrors.Is(err, context.DeadlineExceeded) {
544
- tac.logger.Error(tac.ctx, "remote coordination error: %w", err)
+ tac.logger.Error(tac.ctx, "remote coordination error", slog.Error(err))
545
}
546
547
0 commit comments