Re: Custom timestamp format in logs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Custom timestamp format in logs
Дата
Msg-id 19679.1418575578@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Custom timestamp format in logs  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Custom timestamp format in logs  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Sat, Dec 13, 2014 at 3:50 PM, Michael Paquier <michael.paquier@gmail.com>
> wrote:
>> This week, we heard about a user willing to use a custom timestamp
>> format across a set of services to improve the debugability of the
>> whole set, Postgres being one of them. Unfortunately datestyle does
>> not take into account the logs. Would it be worth adding a new GUC
>> able to control the timestamp format in the logs?

> A separate GUC seems kind of weird. Wouldn't it be better with something
> like %(format)t or such in the log_line_prefix itself in that case? That
> could also be expanded to other parameters, should we need them?

TBH, my answer to the rhetorical question is "no".  There is nothing
weird about the timestamps %t emits now, and no reason why they should
need to be configurable, except that somebody thinks it's easier to
lobby us to complicate our software than to fix whatever they have that
can't consume standard timestamp format.
        regards, tom lane



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Custom timestamp format in logs
Следующее
От: Mark Cave-Ayland
Дата:
Сообщение: Re: Commitfest problems