From: Gerd Flaig Date: Thu, 16 Apr 2009 17:06:42 +0000 (+0200) Subject: Enable hunchentoot logging X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=526dbd606f295eed0d201b9e24e114c89c2d80f2 Enable hunchentoot logging --- diff --git a/setup.lisp b/setup.lisp index 6d9e6a9..056b384 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,4 +1,6 @@ (mb:load "eow") +(setf hunchentoot:*message-log-pathname* "/tmp/hunchentoot-message.log") +(setf hunchentoot:*access-log-pathname* "/tmp/hunchentoot-access.log") (setf *webserver* (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))) ;; (hunchentoot:stop-server *webserver*)