Browse Source

Revert "Disable log subsystem (#6628)" (#6661)

This reverts commit 9f7be7fb8dd4b411ad65d0f4f5c336b0234ee289.
Nate 4 years ago
parent
commit
1e45c83008
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/databases/postgres/postgresql.conf

+ 1 - 1
toolset/databases/postgres/postgresql.conf

@@ -294,7 +294,7 @@ max_wal_senders = 0		# max number of walsender processes
 
 # - Where to Log -
 
-log_destination = ''		# 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.