Subject: | STDOUT vs STDERR with debug => 9 |
The documentation reads debugging output will go to STDOUT, when the source shows it's ending up in STDERR.
In the future, could we pass a file handle for error redirection? (I managed with a hack of my own, but it seems a bit of a kludge...)
Thanks.