Commit a6684f6
committed
fix: include cause in failEnvironmentCloudInternalError log output
The structured cause was passed to EnvironmentHttpInternalServerError but
omitted from the Effect.logError call, so relay and secret-store failures
lost the full cause chain in server logs (the HTTP response schema only
serializes _tag and message, not cause). Re-add { cause } to the log call
to match the pattern used by failEnvironmentInternal in auth/http.ts.1 parent fe10a0b commit a6684f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments