Re: Postgres Logging doesnt work

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Postgres Logging doesnt work
Дата
Msg-id 20061002161255.GC32410@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Postgres Logging doesnt work  (Pallav Kalva <pkalva@livedatagroup.com>)
Ответы Re: Postgres Logging doesnt work
Список pgsql-admin
On Mon, Oct 02, 2006 at 11:04:11AM -0400, Pallav Kalva wrote:
> Hi ,
>
>     My production database stopped writting to the postgres log files
> all of a sudden, does anybody know why ?

How big is the file?

>  log_rotation_age               | 10080
>  log_rotation_size              | 0

You've set this up to rotate once every 10,080 minutes, no matter
what.  If you've run into a file size limit, then you'll be out of
luck until the next file is opened, which should be on the same day
of the week the postmaster was last started.  Just a guess.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
"The year's penultimate month" is not in truth a good way of saying
November.
        --H.W. Fowler

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

Предыдущее
От: Pallav Kalva
Дата:
Сообщение: Postgres Logging doesnt work
Следующее
От: Pallav Kalva
Дата:
Сообщение: Re: Postgres Logging doesnt work