Re: postgres log file

From: Richard Huxton <dev(at)archonet(dot)com>
To: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres log file
Date: 2005-12-01 10:30:06
Message-ID: 438ED0AE.3030308@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

surabhi.ahuja wrote:
> how do i "Use the syslog daemon to record your logs."

See Ch 17.7 of the manuals "Error reporting and logging". You'll want to
set your log_destination to syslog and make sure syslog itself is set up
to route LOCAL0 (or whatever facility you use if you change it).

But - don't just do this because you're having problems with logging to
files. Figure out *why* you are having the problems first and then
decide if you want to switch.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message William Leite Araújo 2005-12-01 12:25:48 alter table schema on 8.0.X
Previous Message surabhi.ahuja 2005-12-01 09:50:52 Re: postgres log file