- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for scannerLogOnceIf (0.07 sec)
-
cmd/data-usage.go
saveConfig(ctx, objAPI, dataUsageObjNamePath+".bkp", dataUsageJSON) // Save a backup every 10th update. attempts = 1 } if err = saveConfig(ctx, objAPI, dataUsageObjNamePath, dataUsageJSON); err != nil { scannerLogOnceIf(ctx, err, dataUsageObjNamePath) } attempts++ } } var prefixUsageCache = cachevalue.New[map[string]uint64]() // loadPrefixUsageFromBackend returns prefix usages found in passed buckets //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 09 00:51:34 UTC 2024 - 5.6K bytes - Viewed (0) -
cmd/logging.go
logger.LogOnceConsoleIf(ctx, "config", err, id, errKind...) } func scannerLogIf(ctx context.Context, err error, errKind ...interface{}) { logger.LogIf(ctx, "scanner", err, errKind...) } func scannerLogOnceIf(ctx context.Context, err error, id string, errKind ...interface{}) { logger.LogOnceIf(ctx, "scanner", err, id, errKind...) } func ilmLogIf(ctx context.Context, err error, errKind ...interface{}) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 03 18:49:48 UTC 2024 - 7.1K bytes - Viewed (0)