Re: [PERFORM] syslog slowing the database?
От
scott.marlowe
Тема
Re: [PERFORM] syslog slowing the database?
Дата
Msg-id
Pine.LNX.4.33.0403150816410.6471-100000@css120.ihs.com
Ответ на
Re: [ADMIN] syslog slowing the database? (Christopher Kings-Lynne)
Список
Дерево обсуждения
Re: syslog slowing the database? Mark Harrison <mh@pixar.com>
On Thu, 11 Mar 2004, Christopher Kings-Lynne wrote: > > You could also consider not using syslog at all: let the postmaster > > output to its stderr, and pipe that into a log-rotation program. > > I believe some people use Apache's log rotator for this with good > > results. > > Not an option I'm afraid. PostgreSQL just jams and stops logging after > the first rotation... > > I've read in the docs that syslog logging is the only "production" > solution... Can you use the apache log rotator? It's known to work in my environment (redhat 7.2, postgresql 7.2 and 7.4) with this command to start it in my rc.local file: su - postgres -c 'pg_ctl start | rotatelogs $PGDATA/pglog 86400 2>1&'
В списке pgsql-admin по дате отправления