@ -12,7 +12,7 @@ type tracingEntry struct {
logEntry
Trace string `json:"trace,omitempty"`
Span string `json:"span,omitempty"`
ctx context.Context `json:"-"`
ctx context.Context
}
func (l tracingEntry) Error(v ...interface{}) {