Skip to content

Commit 3960f6a

Browse files
committed
remove misleading log line
On-behalf-of: @SAP [email protected]
1 parent 51f25b5 commit 3960f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api-syncagent/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func run(ctx context.Context, log *zap.SugaredLogger, opts *Options) error {
117117
return fmt.Errorf("failed to resolve APIExport: %w", err)
118118
}
119119

120-
log.Infow("Resolved APIExport", "apigroup", opts.APIExportRef, "workspace", lcPath, "logicalcluster", lcName)
120+
log.Infow("Resolved APIExport", "workspace", lcPath, "logicalcluster", lcName)
121121

122122
// init the "permanent" kcp cluster connection
123123
kcpCluster, err := setupKcpCluster(kcpRestConfig, opts)

0 commit comments

Comments
 (0)