Re: postgres log file - Mailing list pgsql-general

From Richard Huxton
Subject Re: postgres log file
Date
Msg-id 438ED0AE.3030308@archonet.com
Whole thread Raw
In response to Re: postgres log file  ("surabhi.ahuja" <surabhi.ahuja@iiitb.ac.in>)
List 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

pgsql-general by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: Re: postgres log file
Next
From: William Leite Araújo
Date:
Subject: alter table schema on 8.0.X