Request 117 was acted upon.
This is a comment. It is not sent to the Requestor(s).
_________________________________________________________________________

         URL: https://rt.openpkg.org/id/117
      Ticket: [OpenPKG #117]
     Subject: FSL push down list
  Requestors: [EMAIL PROTECTED]
       Queue: openpkg
       Owner: thl
      Status: open
 Transaction: Comments added by thl
        Time: Wed Jul 02 10:14:44 2003
_________________________________________________________________________

> BASE postgresql
> 
use of syslog, if detected by configure, is a run-time option using parameters in the 
config file as documented in %{l_prefix}/share/postgresql/postgresql.conf.sample

    syslog = 0                     # range 0-2
    syslog_facility = 'LOCAL0'
    syslog_ident = 'postgres'

where, according to ./src/backend/utils/error/elog.c, the number after "syslog" means

    0 = only stdout/stderr
    1 = stdout+stderr and syslog
    2 = syslog only

and, according to ./src/backend/utils/misc/guc.c, the defaults are

    syslog          0
    syslog_facility "LOCAL0"
    syslog_ident    "postgres"

No action required.

Reply via email to