func()

in internal/logger/logger.go [84:86]


func (l *debugLogger) UpdateContext(ctx context.Context) context.Context {
	return context.WithValue(ctx, logContextKey, l)
}