From f0d6a8a37e0efe3f8ab05fd72defcabde74b39da Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 7 Dec 2007 14:24:29 +0000 Subject: [PATCH] Systematic usage of new logger module --- examples/pgloader.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pgloader.conf b/examples/pgloader.conf index 38a1dff..a4e936c 100644 --- a/examples/pgloader.conf +++ b/examples/pgloader.conf @@ -6,7 +6,7 @@ user = dim pass = None log_min_messages = DEBUG -client_min_messages = INFO +client_min_messages = WARNING ;client_encoding = 'utf-8' client_encoding = 'latin1'