1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Remove 'syslog' GUC variable, and add more logical 'log_destination'

variable to control logoutput location on Unix and Win32.

Magnus Hagander
This commit is contained in:
Bruce Momjian
2004-04-05 03:02:11 +00:00
parent a12fc7dae6
commit 6165bbab8c
8 changed files with 180 additions and 69 deletions

View File

@ -145,9 +145,11 @@
# ERROR REPORTING AND LOGGING
#---------------------------------------------------------------------------
# - Syslog -
# - Where to Log -
#syslog = 0 # range 0-2; 0=stdout; 1=both; 2=syslog
#log_destination = 'stderr' # Valid values are combinations of stderr,
# syslog and eventlog, depending on
# platform.
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'