[**@eastgold15/elogs**](../README.md)

***

[@eastgold15/elogs](../README.md) / requestStorage

# Variable: requestStorage

> `const` **requestStorage**: `AsyncLocalStorage`\<`Request`\>

Defined in: packages/elogs/src/context/storage.ts:18

Carries the **bare Request** so `globalLogger` (no-request API) can auto-pick
up the current request from inside async call stacks. Populated alongside
`loggerStorage` in `plugin.ts` so the two are always set/unset together.
