MCPcopy
hub / github.com/redis/go-redis / filterLogger

Struct filterLogger

logging/logging.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type filterLogger struct {
67 logger internal.Logging
68 blacklist bool
69 substr []string
70}
71
72func (l *filterLogger) Printf(ctx context.Context, format string, v ...interface{}) {
73 msg := fmt.Sprintf(format, v...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected