Skip to content

Commit 1284fd1

Browse files
committed
remove body logging
1 parent f2490c4 commit 1284fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/events.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const pollForEvents = async (
2626

2727
payload = (await endpointExec(request)).payload;
2828

29-
log("Bin execution complete", { bin, payload });
29+
log("Bin execution complete", { bin });
3030
} else if (endpoint) {
3131
log("Endpoint specified, proxying request", { endpoint });
3232

@@ -39,7 +39,7 @@ export const pollForEvents = async (
3939

4040
payload = (await endpointProxy(request)).payload;
4141

42-
log("Proxy request complete", { endpoint, payload });
42+
log("Proxy request complete", { endpoint });
4343
} else {
4444
throw new Error(
4545
`

0 commit comments

Comments
 (0)