Skip to content

Commit 5a0b56d

Browse files
committed
fix(tracing): remove event tracing
We've deprecated this system and have yet to move to a new system. We might as well remove everything, switch to a new system, then deliberately trace the entire system. This commit was moved from ipfs/kubo@906f45e
1 parent ac6b82a commit 5a0b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/core/corehttp/logs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func LogOption() ServeOption {
5050
w.WriteHeader(200)
5151
wnf, errs := newWriteErrNotifier(w)
5252
lwriter.WriterGroup.AddWriter(wnf)
53-
log.Event(n.Context(), "log API client connected")
53+
log.Event(n.Context(), "log API client connected") //nolint deprecated
5454
<-errs
5555
})
5656
return mux, nil

0 commit comments

Comments
 (0)