Hi, From: Nico -telmich- Schottelius <[EMAIL PROTECTED]> Subject: Re: [Pgpool-general] pgpool2.1b2 segfaulting Date: Fri, 23 May 2008 01:06:09 +0200
> Oh, btw, is it possible that > > pgpool -d -n > differs in logging from > pgpoop -d > ? > > It looks like the latter stops quite soon the logging. If you would like to get logging, you need to add -n option. pgpool does not detach terminal if you use -n option. ex) Redirect to a file pgpool -n >& /tmp/pgpool.log & ex) Pipe to another process pgpool -n 2>&1 |logger -t pgpool -p local0.info& Regards, -- Yoshiyuki Asaba [EMAIL PROTECTED] > > Nico > > Nico -telmich- Schottelius [Wed, May 21, 2008 at 01:39:46PM +0200]: > > > > Yoshiyuki Asaba [Sat, May 17, 2008 at 12:21:30AM +0900]: > > > Could you apply the attached patch? > > > > Works! > > > > What about the logging part, will we see it soon? > > > > Nico > > > > > _______________________________________________ > > Pgpool-general mailing list > > [email protected] > > http://pgfoundry.org/mailman/listinfo/pgpool-general > > > -- > Think about Free and Open Source Software (FOSS). > http://nico.schottelius.org/documentations/foss/the-term-foss/ > > PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
