Re: getting logging going on the rpms

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: getting logging going on the rpms
Дата
Msg-id 01071814460900.00973@lowen.wgcr.org
обсуждение исходный текст
Ответ на getting logging going on the rpms  (Jeremy Hansen <jeremy@xxedgexx.com>)
Список pgsql-general
On Wednesday 18 July 2001 12:43, Jeremy Hansen wrote:
> For the life of me, I can't seem to get logging to a file or syslog going
> on the rpms of the latest postgres.  Can someone let me know what I need
> to do.

From README.rpm-dist, part of the main postgresql RPM:
LOGGING SET UP
-------------------------------------------------------------------------------
To get rollable syslog set up, see the documentation for the file
postgresql.conf, by default in the directory /var/lib/pgsql/data, as relates
to
the syslog options.  Then, add a line to /etc/syslog.conf, using the man page
for syslog.conf as a source. Example:
If postgresql.conf has the following lines for the syslog settings:
syslog = 1 # range 0-2
syslog_facility = 'LOCAL0'
syslog_ident = 'postgres'

Then you need to add the line:
local0.*            /var/log/postgresql

Then set up an entry in /etc/logrotate.d to roll postgresql the way you want
it
rolled.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

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

Предыдущее
От: "Ryan C. Bonham"
Дата:
Сообщение: RE: THIS IS NOT RELATED TO THE RDBMS BUT PLEEEEEEEEEEEE EASE
Следующее
От: Buddy Lee Haystack
Дата:
Сообщение: Re: Application Design and PostgreSQL