From b634c7c8e20ef39e63dd49d3c970f5371cc3a669 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 3 Dec 2018 17:24:05 +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 578f909..776d0ab 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