X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=setup.lisp;h=056b384804d1b33b764ee090dc5213a3de88b0db;hp=6d9e6a9edeb426ae348ac1487139bc43a385c0f8;hb=534a13f805a930866db4a55e58bc86dc1608dce4;hpb=93ee0f65819529e7361cfc585c6509a045e4344b 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*)