Skip to content

Commit cae44d4

Browse files
committed
chore: disable logging all statements by default
We'll be adding docs and dashboard functionality to make it easier to hook into the more sophisticated logging options offered by pgAudit instead.
1 parent 328c5fd commit cae44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/postgresql_config/postgresql.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ log_line_prefix = '%h %m [%p] %q%u@%d ' # special values:
540540
#log_parameter_max_length_on_error = 0 # when logging an error, limit logged
541541
# bind-parameter values to N bytes;
542542
# -1 means print in full, 0 disables
543-
log_statement = 'all' # none, ddl, mod, all
543+
log_statement = 'none' # none, ddl, mod, all
544544
#log_replication_commands = off
545545
#log_temp_files = -1 # log temporary files equal or larger
546546
# than the specified size in kilobytes;

0 commit comments

Comments
 (0)