6cb03e
Default to stderr-based logging with a week's worth of daily logfiles.
6cb03e
6cb03e
6cb03e
diff -Naur postgresql-9.1rc1.orig/src/backend/utils/misc/postgresql.conf.sample postgresql-9.1rc1/src/backend/utils/misc/postgresql.conf.sample
6cb03e
--- postgresql-9.1rc1.orig/src/backend/utils/misc/postgresql.conf.sample	2011-08-18 17:23:13.000000000 -0400
6cb03e
+++ postgresql-9.1rc1/src/backend/utils/misc/postgresql.conf.sample	2011-08-18 18:39:39.697526799 -0400
6cb03e
@@ -279,7 +279,7 @@
6cb03e
 					# requires logging_collector to be on.
6cb03e
 
6cb03e
 # This is used when logging to stderr:
6cb03e
-#logging_collector = off		# Enable capturing of stderr and csvlog
6cb03e
+logging_collector = on			# Enable capturing of stderr and csvlog
6cb03e
 					# into log files. Required to be on for
6cb03e
 					# csvlogs.
6cb03e
 					# (change requires restart)
6cb03e
@@ -287,11 +287,11 @@
6cb03e
 # These are only used if logging_collector is on:
6cb03e
 #log_directory = 'pg_log'		# directory where log files are written,
6cb03e
 					# can be absolute or relative to PGDATA
6cb03e
-#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'	# log file name pattern,
6cb03e
+log_filename = 'postgresql-%a.log'	# log file name pattern,
6cb03e
 					# can include strftime() escapes
6cb03e
 #log_file_mode = 0600			# creation mode for log files,
6cb03e
 					# begin with 0 to use octal notation
6cb03e
-#log_truncate_on_rotation = off		# If on, an existing log file with the
6cb03e
+log_truncate_on_rotation = on		# If on, an existing log file with the
6cb03e
 					# same name as the new log file will be
6cb03e
 					# truncated rather than appended to.
6cb03e
 					# But such truncation only occurs on
6cb03e
@@ -299,9 +299,9 @@
6cb03e
 					# or size-driven rotation.  Default is
6cb03e
 					# off, meaning append to existing files
6cb03e
 					# in all cases.
6cb03e
-#log_rotation_age = 1d			# Automatic rotation of logfiles will
6cb03e
+log_rotation_age = 1d			# Automatic rotation of logfiles will
6cb03e
 					# happen after that time.  0 disables.
6cb03e
-#log_rotation_size = 10MB		# Automatic rotation of logfiles will
6cb03e
+log_rotation_size = 0			# Automatic rotation of logfiles will
6cb03e
 					# happen after that much log output.
6cb03e
 					# 0 disables.
6cb03e