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:
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user