slog icon indicating copy to clipboard operation
slog copied to clipboard

Some level of background logging

Open nhooyr-ts opened this issue 4 years ago • 0 comments

When a route is log heavy, the response shouldn't wait for all the logs to be marshalled/written.

Right now it's the job of the sync but perhaps we should provide a configurable general wrapper for io.Writer.

nhooyr-ts avatar Jan 26 '22 05:01 nhooyr-ts