]> git.pond.sub.org Git - eow/blobdiff - setup.lisp
Enable hunchentoot logging
[eow] / setup.lisp
index 6d9e6a9edeb426ae348ac1487139bc43a385c0f8..056b384804d1b33b764ee090dc5213a3de88b0db 100644 (file)
@@ -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*)