[hunchentoot-devel] log-message and *log-lisp-warnings-p*

Edi Weitz edi at agharta.de
Thu Mar 15 23:51:13 UTC 2007


On Thu, 15 Mar 2007 19:41:07 -0400, Peter Denno <peter.denno at nist.gov> wrote:

> Is there a reason why these two calls to log-message in server.lisp
> are not wrapped in (when *log-lisp-warnings-p*) and (when
> *log-lisp-errors-p*) like they are in process-request?

Yes, these variables are supposed to control whether errors or
warnings which happen within /handlers/ are logged.  Hunchentoot
unconditionally logs unexpected events that don't happen in "user
code."

> Hunchentoot is wonderful software, BTW. I use it here:
> http://syseng.nist.gov/se-interop
> and here
> http://syseng.nist.gov/moss

Ah, nice!

Cheers,
Edi.



More information about the Tbnl-devel mailing list