openwhisk-runtime-php
openwhisk-runtime-php copied to clipboard
no logs if action contains invalid syntax
create an action from a function with invalid syntax and no logs are produced. running the container locally will show for example
PHP Parse error: syntax error, unexpected ''...' (T_ENCAPSED_AND_WHITESPACE) in /phpAction/action/1/src/index.php on line 33
there are no sentinels and hence no logs.