Re: loggin

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: loggin
Date: 2001-10-15 16:08:40
Message-ID: x7r8s4khrr.fsf@onceler.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "c" == culley <culley(at)easystreet(dot)com> writes:

c> I compiled postgres with the --with-syslog option. Will this logging
c> happen when you do not otherwise specify a log location at startup? I
c> couldn't find any logging happening in /var/log/messages. Is this where
c> it happens?

Postgres will log using the facility you tell it, usually "local0".
You need to arrange to have syslog put those messages into some file.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

  • loggin at 2001-10-15 14:22:30 from culley

Browse pgsql-general by date

  From Date Subject
Next Message John P. Looney 2001-10-15 16:36:46 Re: writing & flushing C extensions
Previous Message Stephan Szabo 2001-10-15 16:03:46 Re: Newbie