Force external-format of the logs files, see #328.

In the issue #328 the --debug level output is not helpful because of an
encoding error in the logfile. Let's see about forcing the log file
external format to utf-8 then.
This commit is contained in:
Dimitri Fontaine 2016-01-20 21:44:42 +01:00
parent 4c84954a0d
commit b2ec66c84b

View File

@ -33,7 +33,8 @@
(push (cl-log:start-messenger 'text-file-messenger
:name "logfile"
:filter *log-min-messages*
:filename log-filename)
:filename log-filename
:external-format :utf-8)
*log-messengers*)
(push (cl-log:start-messenger 'text-stream-messenger