Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ wrapWriter
Function
wrapWriter
utils/log/logger.go:134–136 ·
view source on GitHub ↗
(w zapcore.WriteSyncer)
Source
from the content-addressed store, hash-verified
132
}
133
134
func
wrapWriter(w zapcore.WriteSyncer) zapcore.WriteSyncer {
135
return
&redactingWriter{inner: w}
136
}
137
138
func
(w *redactingWriter) Write(p []byte) (int, error) {
139
r := loadRedactor()
Callers
8
newConsoleLogger
Function · 0.85
New
Function · 0.85
reattachDebugFileSink
Function · 0.85
ChangeLogLevel
Function · 0.85
RedirectToStderr
Function · 0.85
AddMode
Function · 0.85
ChangeColorEncoding
Function · 0.85
AddDebugFileSink
Function · 0.85
Calls
no outgoing calls
Tested by
1
newConsoleLogger
Function · 0.68