@adrianhall/cloudflare-toolkit
@adrianhall/cloudflare-toolkit / index / StructuredTransportOptions
Interface: StructuredTransportOptions
Defined in: src/lib/logging/types.ts:176
Options for createStructuredTransport.
Properties
stringify?
readonlyoptionalstringify?:boolean
Defined in: src/lib/logging/types.ts:182
When true, serializes the payload to a JSON string before passing it to the console method. When false (default), passes a plain object so that Cloudflare Workers Logs can extract and index individual fields.