update from usmidlnx01 install

This commit is contained in:
Paul Trowbridge 2019-03-15 03:54:48 +00:00
parent 7f3f25cabe
commit 36b144e604
1 changed files with 12 additions and 13 deletions

View File

@ -367,13 +367,13 @@ min_wal_size = 80MB
# requires logging_collector to be on.
# This is used when logging to stderr:
logging_collector = on # 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)
# These are only used if logging_collector is on:
log_directory = '//var/log/postgresql/' # directory where log files are written,
#log_directory = 'log' # directory where log files are written,
# can be absolute or relative to PGDATA
log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern,
# can include strftime() escapes
@ -405,17 +405,6 @@ log_rotation_size = 1000MB # Automatic rotation of logfiles will
# - When to Log -
#client_min_messages = notice # values in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# log
# notice
# warning
# error
#log_min_messages = warning # values in order of decreasing detail:
# debug5
# debug4
@ -560,6 +549,16 @@ log_autovacuum_min_duration = 0 # -1 disables, 0 logs all actions and
# - Statement Behavior -
#client_min_messages = notice # values in order of decreasing detail:
# debug5
# debug4
# debug3
# debug2
# debug1
# log
# notice
# warning
# error
#search_path = '"$user", public' # schema names
#row_security = on
#default_tablespace = '' # a tablespace name, '' uses the default