You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Clog15 is a utility package which attaches a log15 instance to a context. This make it easy for both gRPC and http servers to do request scoped logging. As a personal preference, I find log15 cleaner and easier to work with.
httpauth, forms and middleware are already built with this change in mind. The gRPC server and admin still need to be adapted.
This is a non-essential and long term cleanup effort. No deadline.