projects
/
eow
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827392a
)
Enable hunchentoot logging
author
Gerd Flaig
<gefla@pond.sub.org>
Thu, 16 Apr 2009 17:06:42 +0000
(19:06 +0200)
committer
Gerd Flaig
<gefla@pond.sub.org>
Thu, 16 Apr 2009 17:06:42 +0000
(19:06 +0200)
setup.lisp
patch
|
blob
|
history
diff --git
a/setup.lisp
b/setup.lisp
index 6d9e6a9edeb426ae348ac1487139bc43a385c0f8..056b384804d1b33b764ee090dc5213a3de88b0db 100644
(file)
--- 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*)