command-line option for logfile

Поиск
Список
Период
Сортировка
От Fred Yankowski
Тема command-line option for logfile
Дата
Msg-id 20010205111815.B18161@enteract.com
обсуждение исходный текст
Ответ на Re: pg_ctl wish list  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
A command-line option for specifying the logfile would be very helpful
on WIN32.

When setting up PostgreSQL to run as an NT service, the only way I can
see to redirect stdout/stderr to a file is to invoke postmaster via a
wrapper sh/bash process.  I suspect that this wrapper process would
have to hang around as long as postmaster is running, although it
might be possible to do an exec to overlay it.  It would be nice to
avoid this wrapper process.

On Mon, Feb 05, 2001 at 06:01:10PM +0100, Peter Eisentraut wrote:
> > > There should be an option to put the server log somewhere, either a file
> > > or maybe a pipe, e.g.,
> > > pg_ctl -l logfile
> > > pg_ctl -P 'magic-log-rotator -x -y -z'
> >
> > Or we could just switch over to syslog as the standard log
> > destination...
> 
> Not as long as all the good stuff goes to stderr.

-- 
Fred Yankowski           fred@OntoSys.com      tel: +1.630.879.1312
Principal Consultant     www.OntoSys.com       fax: +1.630.879.1370
OntoSys, Inc             38W242 Deerpath Rd, Batavia, IL 60510, USA


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fred Yankowski
Дата:
Сообщение: build WIN32 ODBC using VC++, not Cygwin/gcc
Следующее
От: Mathieu Dube
Дата:
Сообщение: Re: Re: 1024 limits??