Stop generating access logs

ご主人様
not manx 4 years ago
parent e8198bd1e4
commit 220e660c84
Signed by: C-xC-c
GPG Key ID: F52ED472284EF2F4

@ -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 ()

Loading…
Cancel
Save