Skip to content

Commit 204f44d

Browse files
committed
If a component errors after starting the response, show that error
Signed-off-by: itowlson <[email protected]>
1 parent 79fd54a commit 204f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trigger-http/src/wasi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl HttpExecutor for WasiHttpExecutor {
144144
Ok(())
145145
}
146146
.map_err(|e: anyhow::Error| {
147-
tracing::warn!("component error after response: {e:?}");
147+
tracing::error!("component error after response started: {e:?}");
148148
}),
149149
);
150150

0 commit comments

Comments
 (0)