diff --git a/services/backend/db/postgresql.conf b/services/backend/db/postgresql.conf index ff420c6b..4fcedc15 100644 --- a/services/backend/db/postgresql.conf +++ b/services/backend/db/postgresql.conf @@ -423,13 +423,13 @@ min_wal_size = 80MB # - Where to Log - -#log_destination = 'stderr' # 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. # 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) @@ -556,7 +556,7 @@ log_line_prefix= '%m [%p] %d %a %u %h %c ' # special values: #log_parameter_max_length_on_error = 0 # when logging an error, limit logged # bind-parameter values to N bytes; # -1 means print in full, 0 disables -log_statement = 'all' # none, ddl, mod, all +log_statement = 'all' # none, ddl, mod, all #log_replication_commands = off #log_temp_files = -1 # log temporary files equal or larger # than the specified size in kilobytes;