diff --git a/src/main.lisp b/src/main.lisp index 14cd5f9..5ccc794 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -6,7 +6,9 @@ (set-flags) (defvar +serb+ (make-instance 'hunchentoot:easy-acceptor :port 4242 - :document-root (cconf 'www-root))) + :document-root (cconf 'www-root) + :access-log-destination nil + :message-log-destination #p"/var/log/bantflags/erorr.log")) (hunchentoot:start +serb+)) (defun main ()