apache / apache/openwhisk-runtime-php
no logs if action contains invalid syntax
Open
- Dominant language
- Scala
- Stars
- 40
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.