logging: improve layout pattern
This commit is contained in:
parent
b7502e5e77
commit
012999fc22
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
(defun setup(cfg)
|
||||
(let ((loglevel (config:from-env :loglevel (loglevel cfg)))
|
||||
(logfile (config:from-env :logfile (logfile cfg)))
|
||||
(pat "%&%<%I%;<;;>;-5p [%D{%H:%M:%S}] %g{}{}{:downcase}%:; ;F%2.2N - %:_%m%>%n")
|
||||
(pat "%&%<%I%;<;;>;-5p [%D{%H:%M:%S}] %g{}{}{:downcase}:%2.2N%C{1}{}{:downcase} - %:_%m%>%n")
|
||||
params)
|
||||
(if (stringp loglevel)
|
||||
(setf loglevel (util:to-keyword loglevel)))
|
||||
|
|
Loading…
Add table
Reference in a new issue