From 3d78bb8b9829faf6e62869d23ead4f656b7ef539 Mon Sep 17 00:00:00 2001
From: Dan Notestein <dan@syncad.com>
Date: Fri, 14 Mar 2025 22:19:48 +0000
Subject: [PATCH] Only log tempfiles over 200B to avoid log spam

(cherry picked from commit af89962a64394dd1317261cc1f9167007ae4b519)

Co-authored-by: Dan Notestein <dan@syncad.com>
---
 logging.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logging.conf b/logging.conf
index 8e8a412..64e8863 100644
--- a/logging.conf
+++ b/logging.conf
@@ -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'
-- 
GitLab