Re: logging problem ... ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: logging problem ... ?
Date: 2000-05-08 16:28:17
Message-ID: 2521.957803297@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> All I'm getting in my log file is this continuously scrolling:

> FindExec: found "/pgsql/bin/postgres" using argv[0]
> FindExec: found "/pgsql/bin/postgres" using argv[0]

Well, that shows you're launching backends anyway ;-)

It looks like the backends are receiving -d 1 from the postmaster,
but where is the postmaster's own debug output? Weird. How exactly
are you starting the postmaster, again?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-05-08 16:34:43 Re: So we're in agreement....
Previous Message The Hermit Hacker 2000-05-08 16:25:11 Re: Re: Ready to release?