Re: log entries are not getting into log file

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: log entries are not getting into log file
Date: 2007-09-19 18:23:15
Message-ID: 46F122C3.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> On Wed, Sep 19, 2007 at 12:49 PM, in message
<FE44E0D7EAD2ED4BB2165071DB8E328C03062C3E(at)egcrc-ex01(dot)egcrc(dot)org>, "Tena Sakai"
<tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
> A few days ago, I edited a line in pg_hba.conf file
> and issued the command
> pg_ctl -D /usr/local/pgsql/data restart

A reload would have done the trick.

> Since then (or very close to that time) lines that
> should go into serverlog file are coming to the
> window from which I issued the above command.

> Can somebody please tell me what's happening? And
> how would I fix this?

Apparently you didn't use the same command line on the restart that you
used on the start. If there's a service script in /etc/init.d/ (perhaps
/etc/init.d/postgresql) you probably should have used that. A restart
through that might get you back to where you want to be.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tena Sakai 2007-09-19 18:45:21 Re: log entries are not getting into log file
Previous Message Tena Sakai 2007-09-19 17:49:19 log entries are not getting into log file