Variable: requestStorage
@eastgold15/elogs / requestStorage
Variable: requestStorage
constrequestStorage: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.