Re: Industrial-Strength Logging

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Industrial-Strength Logging
Дата
Msg-id Pine.LNX.4.21.0006021547090.406-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Industrial-Strength Logging  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian writes:

> Can someone tell me what happened to this?

Well, as far as I followed along we at first thought that using syslog for
logging would be fine. Then we found out that syslog is really quite
unusable. Now that is fixed, but only in a work-around kind of
fashion. Meanwhile someone came up with the idea of abducting rotatelogs
from Apache, which seems like an interesting thing to do in any case. At
the same time, it turned out that we already have a fair amount of logging
information available, you just need to turn it on.

The problems people saw with this approach in particular are the separate
logging process, the pretty deep surgery in the system in general, and the
use of non-standard error or event codes. It seems that this project went
from requirements definition to implementation without anyone knowing what
happened in between.

Yeah, let's have another logging discussion... :)


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Lock
Следующее
От: Giles Lean
Дата:
Сообщение: Re: Industrial-Strength Logging