Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06c6abb

Browse files
fix: remove a sensitive field from an agent log line (#20968) (#20971)
Backport of#20968Co-authored-by: Sas Swart <sas.swart.cdk@gmail.com>
1 parentdb0f0aa commit06c6abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎agent/agent.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ func (a *agent) handleManifest(manifestOK *checkpoint) func(ctx context.Context,
10761076
iferr!=nil {
10771077
returnxerrors.Errorf("fetch metadata: %w",err)
10781078
}
1079-
a.logger.Info(ctx,"fetched manifest",slog.F("manifest",mp))
1079+
a.logger.Info(ctx,"fetched manifest")
10801080
manifest,err:=agentsdk.ManifestFromProto(mp)
10811081
iferr!=nil {
10821082
a.logger.Critical(ctx,"failed to convert manifest",slog.F("manifest",mp),slog.Error(err))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp