syslog_line_prefix

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема syslog_line_prefix
Дата
Msg-id 20090914093124.E15E.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: syslog_line_prefix  (Magnus Hagander <magnus@hagander.net>)
Re: syslog_line_prefix  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: syslog_line_prefix  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Here is a patch to add a GUC parameter "syslog_line_prefix".
It adds prefixes to syslog and eventlog. We still have
"log_line_prefix", that will be used only for stderr logs.

We have a tip that log_line_prefix is not required for syslog
in the documentation, but we'd better to have independent setttings
if we set log_destination to 'stderr, syslog'.

http://developer.postgresql.org/pgdocs/postgres/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT
| Tip:  Syslog produces its own time stamp and process ID
| information, so you probably do not want to use those escapes
| if you are logging to syslog.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: COPY enhancements
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Elementary dependency look-up