mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
set clack to :debug nil
This commit is contained in:
parent
bb6ce328f0
commit
fc7bcfeb67
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ the contents sent to the brower."
|
||||||
lack-middleware-list
|
lack-middleware-list
|
||||||
:initial-value *app*
|
:initial-value *app*
|
||||||
:from-end t))
|
:from-end t))
|
||||||
(setf *client-handler* (clack:clackup *app* :server server :address host :port port :ssl ssl :ssl-key-file ssl-key-file :ssl-cert-file ssl-cert-file))
|
(setf *client-handler* (clack:clackup *app* :debug nil :server server :address host :port port :ssl ssl :ssl-key-file ssl-key-file :ssl-cert-file ssl-cert-file))
|
||||||
(format t "HTTP listening on : ~A:~A~%" host port)
|
(format t "HTTP listening on : ~A:~A~%" host port)
|
||||||
(format t "HTML root : ~A~%" static-root)
|
(format t "HTML root : ~A~%" static-root)
|
||||||
(format t "SSL : ~A~%" (if ssl
|
(format t "SSL : ~A~%" (if ssl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue