Re: A single escape required for log_filename

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: A single escape required for log_filename
Дата
Msg-id 20090113221355.GF4656@tamriel.snowman.net
обсуждение исходный текст
Ответ на A single escape required for log_filename  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: A single escape required for log_filename  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Joshua,

* Joshua D. Drake (jd@commandprompt.com) wrote:
> When I set it up, it automatically appended the time so I got:
>
> postgresql.log.1231878270
>
> That seems a bit, well wrong. If I say I want postgresql.log I should
> get postgresql.log.
>
> Or am I completely cranked?

No.  I agree with you completely.  I'm also well versed in the
requirements of log handling and log rotation.  Debian handles this by
passing a '-l' to pg_ctl (usually
/var/log/postgresql/postgresql-X.Y-CLUSTER.log), rotation is handled
by logrotate.
Thanks,
    Stephen

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: A single escape required for log_filename
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: A single escape required for log_filename