From 36b144e6040a4c329ad7b07749c0212597daf6ac Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 15 Mar 2019 03:54:48 +0000 Subject: [PATCH] update from usmidlnx01 install --- postgres/ub_postgresql.conf | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/postgres/ub_postgresql.conf b/postgres/ub_postgresql.conf index 60b691f..d0ec450 100644 --- a/postgres/ub_postgresql.conf +++ b/postgres/ub_postgresql.conf @@ -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