logixlysia@6.6.0
Minor Changes
- 4660c5d: Add support for request-scoped logger context propagation using
AsyncLocalStorageand export a globaluseLogger()hook. - 51f1ca9: Add support for structured HTTP error logging, formatting properties such as
why,fix,link, andinternalinside the development context tree console log.
Patch Changes
- 04e1a2f: Fix thread-stream worker crash when using pino-pretty in Bun by initializing pretty print streams synchronously on the main thread.