Re: syslog support by default

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: syslog support by default
Date: 2002-04-19 06:20:19
Message-ID: 200204190820.19079.mweilguni@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> My experience has been that logging to syslog makes postgres much
> slower.
>
> Can anyone confirm or refute this ?
Do you use synchronous write with syslog? Try to add a dash in
/etc/syslog.conf

e.g.
instead of
local3.* /var/log/syslog.postgres
use
local3.* -/var/log/syslog.postgres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Curt Sampson 2002-04-19 06:41:52 Re: Index Scans become Seq Scans after VACUUM ANALYSE
Previous Message Tatsuo Ishii 2002-04-19 06:15:49 Re: syslog support by default