mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 00:36:59 +02:00
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:
parent
4c84954a0d
commit
b2ec66c84b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user