Andrew Sullivan ajs at crankycanuck.ca
Fri May 1 07:14:44 PDT 2009
On Fri, May 01, 2009 at 07:02:30AM -0700, Melvin Davidson wrote:
> >What's your log level in Postgres?  Also, I don't see what the actual
> >error is here.  Maybe Slony's just reporting what ought to be INFO on
> ?the ERROR channel?
> If Slony is reporting an ERROR instead of INFO, I consider that a
> bug. 

Agreed.
 
> I have the following log settings in postgresql.conf.
> 
> client_min_messages = notice 
> log_min_messages = notice 
> log_error_verbosity = default
> log_min_error_statement = error
> log_statement = 'none'
> 
> All other log related settings are at default.

Hrm.  Try setting log_min_error_statement = notice.  That maybe will
show up the same statements as are in the slony log you have, which
would at least confirm that slony is logging what's really a notice.

A

-- 
Andrew Sullivan
ajs at crankycanuck.ca


More information about the Slony1-general mailing list