Minor Changes
-
#10015
b5d9bb0
Thanks @dario-piotrowicz! - addstructuredWorkerdLogs
optionadd a new top-level option named
structuredWorkerdLogs
that makes workerd print to stdout structured logs (stringified jsons of the following shape:{ timestamp: number, level: string, message: string }
) instead of printing logs to stdout and stderr
Patch Changes
- #10216
76d3002
Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.