Code: Select all
newlisp -L -c -d 8080 -w c:/my-project
logs only the first connection, and
Code: Select all
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?