Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add log line to debg workspace-in-sidecar example
Prior to this commit the workspace-in-sidecar example didn't print anything before creating a fifo file in its first Step. When the example fails we are missing information here that would be useful to debug whether the Step ever started or is blocking on that `mkfifo` call. This commit adds the log line we need to debug whether the Step ever starts.
- Loading branch information