Re: Problem getting sql statement logging to work

From: "David Klugmann" <dklugmann(at)hotmail(dot)com>
To: mike(at)fuhr(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem getting sql statement logging to work
Date: 2005-01-18 17:12:54
Message-ID: BAY104-F26561EC6D0E4DE130508B6B28F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Many thanks for the help Michael

I did restart the postmaster a few times.

I will give the other suggestions a go and let you know what happens.

David

>From: Michael Fuhr <mike(at)fuhr(dot)org>
>To: David Klugmann <dklugmann(at)hotmail(dot)com>
>CC: pgsql-general(at)postgresql(dot)org
>Subject: Re: [GENERAL] Problem getting sql statement logging to work
>Date: Tue, 18 Jan 2005 09:51:27 -0700
>
>On Tue, Jan 18, 2005 at 03:05:34PM +0000, David Klugmann wrote:
> >
> > I have the following entries in my postgresql.conf file yet it doesn't
>seem
> > to log anything.
>
>Did you restart the backend after modifying postgresql.conf?
>
> > syslog_facility = 'LOCAL0'
>
>Have you configured /etc/syslog.conf to send local0 messages anywhere?
>You might need to add an appropriate line to /etc/syslog.conf, touch
>the desired log file if it doesn't already exist, and send a HUP
>signal to syslogd.
>
>You can test your syslog configuration with the "logger" program.
>I think log_statement sends messages to the LOG_INFO syslog level,
>so run the following command from the shell prompt and see if the
>message gets logged:
>
>logger -p local0.info "test 1 to local0.info"
>
>Verify that your syslog configuration is working, make sure you've
>restarted the PostgreSQL backend so it knows about the configuration
>changes, and try again.
>
>--
>Michael Fuhr
>http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-01-18 17:16:52 Re: Change type
Previous Message Thomas F.O'Connell 2005-01-18 16:53:40 PL/PgSQL Index Usage with Trigger Variables