2009-09-16 22:40:32 +02:00
|
|
|
--- src/backend/utils/misc/postgresql.conf.sample
|
|
|
|
+++ src/backend/utils/misc/postgresql.conf.sample
|
|
|
|
@@ -230,13 +230,13 @@
|
2008-04-21 18:54:40 +02:00
|
|
|
|
|
|
|
# - Where to Log -
|
|
|
|
|
|
|
|
-#log_destination = 'stderr' # Valid values are combinations of
|
|
|
|
+log_destination = 'stderr' # Valid values are combinations of
|
|
|
|
# stderr, csvlog, syslog and eventlog,
|
|
|
|
# depending on platform. csvlog
|
|
|
|
# requires logging_collector to be on.
|
|
|
|
|
|
|
|
# This is used when logging to stderr:
|
|
|
|
-#logging_collector = off # Enable capturing of stderr and csvlog
|
|
|
|
+logging_collector = on # Enable capturing of stderr and csvlog
|
|
|
|
# into log files. Required to be on for
|
|
|
|
# csvlogs.
|
|
|
|
# (change requires restart)
|
2009-09-16 22:40:32 +02:00
|
|
|
@@ -264,7 +264,7 @@
|
|
|
|
#syslog_facility = 'LOCAL0'
|
|
|
|
#syslog_ident = 'postgres'
|
2008-04-21 18:54:40 +02:00
|
|
|
|
2009-09-16 22:40:32 +02:00
|
|
|
-#silent_mode = off # Run server silently.
|
|
|
|
+silent_mode = on # Run server silently.
|
|
|
|
# DO NOT USE without syslog or
|
2008-04-21 18:54:40 +02:00
|
|
|
# logging_collector
|
|
|
|
# (change requires restart)
|
2009-09-16 22:40:32 +02:00
|
|
|
@@ -330,7 +330,7 @@
|
2008-04-21 18:54:40 +02:00
|
|
|
#log_disconnections = off
|
|
|
|
#log_duration = off
|
|
|
|
#log_hostname = off
|
|
|
|
-#log_line_prefix = '' # special values:
|
|
|
|
+log_line_prefix = '%t %d %u ' # special values:
|
|
|
|
# %u = user name
|
|
|
|
# %d = database name
|
|
|
|
# %r = remote host and port
|