mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Fix log levels.
It looks like we missed the INFO level messages in the DEBUG output.
This commit is contained in:
parent
bd84c6fec9
commit
1d025bcd5a
@ -11,7 +11,7 @@
|
||||
(defcategory :notice (or :notice :warning))
|
||||
(defcategory :sql (or :sql :notice))
|
||||
(defcategory :info (or :info :sql))
|
||||
(defcategory :debug (or :debug :sql))
|
||||
(defcategory :debug (or :debug :info))
|
||||
(defcategory :data (or :data :debug))
|
||||
|
||||
(defvar *log-messengers* nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user