Skip to content
Snippets Groups Projects
Commit af89962a authored by Dan Notestein's avatar Dan Notestein
Browse files

Only log tempfiles over 200B to avoid log spam

parent de271475
No related branches found
No related tags found
2 merge requests!82Make hivemind's PostgREST server use the hivemind_user role,!79Only log tempfiles over 200B to avoid log spam
Pipeline #117820 passed
......@@ -6,7 +6,7 @@ log_checkpoints = on
log_connections = on
log_disconnections = on
log_lock_waits = on
log_temp_files = 0
log_temp_files = 200
log_autovacuum_min_duration = 0
log_error_verbosity = default
log_filename = 'postgresql.log'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment