syslog configurable line splitting behavior

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема syslog configurable line splitting behavior
Дата
Msg-id 56D11CCE.8070500@gmx.net
обсуждение исходный текст
Ответы Re: syslog configurable line splitting behavior  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Re: syslog configurable line splitting behavior  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
Writing log messages to syslog caters to ancient syslog implementations
in two ways:

- sequence numbers
- line splitting

While these are arguably reasonable defaults, I would like a way to turn
them off, because they get in the way of doing more interesting things
with syslog (e.g., logging somewhere that is not just a text file).

So I propose the two attached patches that introduce new configuration
Boolean parameters syslog_sequence_numbers and syslog_split_lines that
can toggle these behaviors.

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Sanity checking for ./configure options?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: The plan for FDW-based sharding