mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Set :error-log.
This commit is contained in:
parent
e702bbbbbf
commit
f24984ad09
2 changed files with 3 additions and 3 deletions
4
app.lisp
4
app.lisp
|
@ -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)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
'())
|
||||
|
||||
(defconfig |production|
|
||||
'())
|
||||
'(:error-log #P"/var/log/apps/quickdocs_error.log"))
|
||||
|
||||
(defconfig |test|
|
||||
'())
|
||||
|
|
Loading…
Add table
Reference in a new issue