Logging httpd activity

Started by Ryon, January 30, 2007, 07:10:25 PM

Previous topic - Next topic

Ryon

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?
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

Lutz

#1
logging is broken in some places and will be repaired.



Lutz

Lutz

#2
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