- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for replLogOnceIf (0.05 sec)
-
cmd/bucket-replication.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
cmd/site-replication.go
if err != nil { replLogOnceIf(ctx, fmt.Errorf("Unable to heal service account from peer site %s -> %s : %w", latestPeerName, peerName, err), fmt.Sprintf("heal-user-%s", user)) continue } _, policy, err := globalIAMSys.GetServiceAccount(ctx, creds.AccessKey) if err != nil { replLogOnceIf(ctx,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
cmd/logging.go
logger.LogIf(ctx, "proxy", err, errKind...) } func replLogIf(ctx context.Context, err error, errKind ...any) { logger.LogIf(ctx, "replication", err, errKind...) } func replLogOnceIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceIf(ctx, "replication", err, id, errKind...) } func iamLogOnceIf(ctx context.Context, err error, id string, errKind ...any) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6.8K bytes - Viewed (0)