Set :error-log.

This commit is contained in:
Eitaro Fukamachi 2015-07-21 19:17:12 +09:00
parent e702bbbbbf
commit f24984ad09
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@
nil
:accesslog)
(if (getf (config) :error-log)
'(:backtrace
:output (getf (config) :error-log))
`(:backtrace
:output ,(getf (config) :error-log))
nil)
:session
(if (productionp)

View file

@ -26,7 +26,7 @@
'())
(defconfig |production|
'())
'(:error-log #P"/var/log/apps/quickdocs_error.log"))
(defconfig |test|
'())