newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Ryon on January 30, 2007, 07:10:25 PM

Title: Logging httpd activity
Post by: Ryon on January 30, 2007, 07:10:25 PM
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?
Title:
Post by: Lutz on January 31, 2007, 04:49:10 AM
logging is broken in some places and will be repaired.



Lutz
Title:
Post by: Lutz on January 31, 2007, 07:11:22 AM
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