ECFLOW stdout and stderr
Normally you run the ECFLOW server in the background and the stderr and stdout is redirected to /dev/null by executing the following command in a start-up script:
ecflow_server > /dev/null 1>&2
When learning how to use ECF, you may open a window and run ecFlow in that window interactively. Notice that server still writes the log file (into ECF_LOG.)