ontodev/droid

DROID should capture STDERR from CGI scripts and send it to the console

Closed this issue · 0 comments

For CGI scripts DROID currently ignores STDERR: https://github.com/ontodev/droid/blob/master/src/droid/html.clj#L567

I think it would be better to send STDERR to the console.txt so that we can see any errors or logging information.