The new httpd server with CGI in v.9.0.18 newLISP is very convenient, but I don't see a provision for logging server activity.
newlisp -L -c -d 8080 -w c:/my-project
logs only the first connection, and
newlisp -L http-conf.lsp -http 8080 -w c:/my-project
doesn't work at all.
It appears that I am misusing the -l and -L options. Is there a proper way to enable logging with the new -http server mode?
logging is broken in some places and will be repaired.
Lutz
Logging has been redone for 9.0.20 and now must always specify a full path-name of a logfile. See manual in version 9.0.20 on coming weekend.
Lutz