ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

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

Closed jamesaoverton closed 1 year ago

jamesaoverton commented 1 year ago

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.