While debugging #180 I found that some logging statements appear in the program's stdout instead of being logged (I have omitted the logged statements to make this more readable).
With pty the stderr is returned to stdout. This is not a bug in erlexec but a unfortunately is the limitation of the pty option related to the tty's behavior.
While debugging #180 I found that some logging statements appear in the program's stdout instead of being logged (I have omitted the logged statements to make this more readable).
Also, if the
pty
option is specified, stderr is returned as stdout:In my case that's minor, as the pty option was specified by a mistake.