server: add ':debug nil' setting
This commit is contained in:
parent
8becc1442d
commit
84889bdede
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
:port (parse-integer (port cfg))
|
:port (parse-integer (port cfg))
|
||||||
:address (address cfg)
|
:address (address cfg)
|
||||||
;:server :woo
|
;:server :woo
|
||||||
|
:debug nil
|
||||||
:silent t))
|
:silent t))
|
||||||
(log:info "port: ~a." (port cfg))
|
(log:info "port: ~a." (port cfg))
|
||||||
ctx))
|
ctx))
|
||||||
|
|
Loading…
Add table
Reference in a new issue