- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for configLogOnceConsoleIf (0.09 seconds)
-
cmd/logging.go
logger.LogIf(ctx, "config", err, errKind...) } func configLogOnceIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceIf(ctx, "config", err, id, errKind...) } func configLogOnceConsoleIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceConsoleIf(ctx, "config", err, id, errKind...) } func scannerLogIf(ctx context.Context, err error, errKind ...any) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0) -
cmd/config-current.go
configLogIf(ctx, fmt.Errorf("Unable to load logger webhook config: %w", err)) } userAgent := getUserAgent(getMinioMode()) for n, l := range loggerCfg.HTTP { if l.Enabled { l.LogOnceIf = configLogOnceConsoleIf l.UserAgent = userAgent l.Transport = NewHTTPTransportWithClientCerts(l.ClientCert, l.ClientKey) } loggerCfg.HTTP[n] = l }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 28.5K bytes - Click Count (0)