From 6a9ff9c88a35258eea73777a6c445dad0cbf0188 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 3 Dec 2018 17:24:59 +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 64be27b..b36b9f0 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