Fix log levels.

It looks like we missed the INFO level messages in the DEBUG output.
This commit is contained in:
Dimitri Fontaine 2017-01-23 21:52:38 +01:00
parent bd84c6fec9
commit 1d025bcd5a

View File

@ -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