Skip to content

Commit c8fc76b

Browse files
committed
refactor: remove manifest log field
1 parent 1e3ea97 commit c8fc76b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go/porcelain/deploy.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,7 @@ func bundleFromManifest(ctx context.Context, manifestFile *os.File, observer Dep
650650
return nil, nil, err
651651
}
652652

653-
context.GetLogger(ctx).WithFields(logrus.Fields{
654-
"manifest": string(manifestBytes),
655-
}).Debug("Found functions manifest file")
653+
context.GetLogger(ctx).Debug("Found functions manifest file")
656654

657655
var manifest functionsManifest
658656

0 commit comments

Comments
 (0)