MCPcopy
hub / github.com/deepops-ai/deepops / Debug

Method Debug

backend/pkg/log/spanlogger.go:35–38  ·  view source on GitHub ↗
(msg string, fields ...zapcore.Field)

Source from the content-addressed store, hash-verified

33}
34
35func (sl spanLogger) Debug(msg string, fields ...zapcore.Field) {
36 sl.logToSpan("debug", msg, fields...)
37 sl.logger.Debug(msg, append(sl.spanFields, fields...)...)
38}
39
40func (sl spanLogger) Info(msg string, fields ...zapcore.Field) {
41 sl.logToSpan("info", msg, fields...)

Callers

nothing calls this directly

Calls 2

logToSpanMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected