Skip to content

Commit a9df2fe

Browse files
committed
Set log level to error instead of completely swallowing STDERR
1 parent f247478 commit a9df2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/xp/lambda/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --from=build /opt/php/bootstrap /var/runtime/bootstrap
1212
# Overwrite AWS lambda entrypoint
1313
RUN echo $'#!/bin/sh\n\n\
1414
export _HANDLER="$1"\n\
15-
/usr/local/bin/aws-lambda-rie /var/runtime/bootstrap 2>/dev/null &\n\
15+
/usr/local/bin/aws-lambda-rie /var/runtime/bootstrap --log-level error &\n\
1616
pid=$!\n\
1717
curl -s "http://localhost:8080/2015-03-31/functions/function/invocations" -d "$2"\n\
1818
kill -2 $pid\n\

0 commit comments

Comments
 (0)