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