From 458921889326f9312622664f6e51e72d8bd3238d Mon Sep 17 00:00:00 2001 From: Stephan Behnke Date: Thu, 27 Aug 2026 15:28:02 -0700 Subject: [PATCH] Update values.go --- common/log/tag/values.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/log/tag/values.go b/common/log/tag/values.go index 3eddef11a8..3851abca89 100644 --- a/common/log/tag/values.go +++ b/common/log/tag/values.go @@ -138,8 +138,7 @@ var ( VersionChecker = component("version-checker") ) -// Pre-defined values for Nexus stage tag. Nexus stage identifies the request lifecycle position; -// component continues to identify the concrete module emitting the log. +// Pre-defined values for Nexus stage tag. Nexus stage identifies the request lifecycle position. var ( NexusStageCallerOperation = nexusStage("caller-operation") NexusStageCallerOutbound = nexusStage("caller-outbound")