From aefbd1944a8b38f6b15ae72394c42a160056fc65 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 3 Dec 2018 17:23:09 +0000 Subject: [PATCH] - fix config --- postgresql-conf.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgresql-conf.patch b/postgresql-conf.patch index 77d6bf9..d9a3cad 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -36,7 +36,8 @@ -#log_rotation_age = 1d # Automatic rotation of logfiles will +log_rotation_age = 0 # Automatic rotation of logfiles will # happen after that time. 0 disables. - #log_rotation_size = 10MB # Automatic rotation of logfiles will +-#log_rotation_size = 10MB # Automatic rotation of logfiles will ++log_rotation_size = 0 # Automatic rotation of logfiles will # happen after that much log output. # 0 disables. -- 2.44.0