Re: How do I view the logs? - Mailing list pgsql-general

From Richard Huxton
Subject Re: How do I view the logs?
Date
Msg-id 200305151651.37733.dev@archonet.com
Whole thread Raw
In response to How do I view the logs?  (Guy Fraser <guy@incentre.net>)
List pgsql-general
On Thursday 15 May 2003 4:24 pm, Guy Fraser wrote:
> Where are the logs?
>
> I have seen logfiles in the data directory as well as sytem tables, but
> haven't figured out how to view them.
>
> Any help would be appreciated.

The log files in .../data/ are probably your transaction logs.

Log files for you to read are probably in /var/log. There are two ways to log
using PostgreSQL:

1. Via syslogd (if you've made the settings in postgresql.conf)
2. To a file (by redirecting output on startup)

See the Administrator's Guide, sections 3.3,3.4,8.4 for more details.
--
  Richard Huxton

pgsql-general by date:

Previous
From: Fernando Flores Prior
Date:
Subject: Re: - what protocol for an Internet postgres
Next
From: Richard Huxton
Date:
Subject: Re: sql and timestamp variable