Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inherit I/O streams in functions process runtime (apache#2178)
When running processes with the local runner, the output to stderr and stdout go nowhere. This makes it hard to debug startup issues. This patch modifies the process runtime to make the child process inherit the streams from the parent process, so the output will be visible to the runner.
- Loading branch information