Re: Postgres logs

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: "Delao, Darryl W" <dela7724(at)msmailhub(dot)oulan(dot)ou(dot)edu>
Cc: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres logs
Date: 2003-04-02 00:19:49
Message-ID: 20030402001948.GB17833@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

The logging is usually done through syslog. You may need to configure syslog
to get the output to appear where you want it.

On Thu, Mar 27, 2003 at 12:19:46PM -0600, Delao, Darryl W wrote:
> All,
>
> I am having a really hard time getting logging to work in postgres.
> What do i need to uncomment and/or change in the .conf file for this to
> work. Under var/log i see a file called pgsql but it has nothing in it.
> I have played with different ways to try to turn logging on and nothing
> works. I want all connection type messages, errors, etc to go to this
> file under /var/log
>
> Any help is greatly appreciated!
> Thanks!
> Darryl
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> "the West won the world not by the superiority of its ideas or values or
> religion but rather by its superiority in applying organized violence.
> Westerners often forget this fact, non-Westerners never do."
> - Samuel P. Huntington

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2003-04-02 00:19:55 Techniques for Recognizing DML Effects?
Previous Message elein 2003-04-02 00:13:25 Re: Dates in inserts

Browse pgsql-novice by date

  From Date Subject
Next Message Doug Silver 2003-04-02 00:40:15 errors using COPY from MySQL data
Previous Message Scott Cain 2003-04-01 22:05:20 Translating Oracle CREATE TRIGGER statement