~bigbes/sr-ht-dolt: b4fd2233

log: take the logrus bridge from auxilia

The bridge was written here because remotesrv.ServerArgs.Logger demands a
*logrus.Entry and nothing else, and letting it log around our handler meant
its records skipped the masks. None of that is specific to dolt or to
SourceHut, so it now lives in auxilia beside scribe, where the next library
that demands a logrus entry can reach it.

Eugene Blikh <bigbes@gmail.com> — 2026-08-08 20:41:29 UTC

Commit b4fd2233c89ca5c415284b61b83d41eb3d4982c1view raw patch

Parent(s): 4d178626

5 changed file(s)

FileStatus+
cmd/doltsrht/main.go M +1 -1
go.mod M +2 -2
go.sum M +4 -5
internal/logrusbridge/logrusbridge.go D -252
internal/logrusbridge/logrusbridge_test.go D -220