From f020c70fa5f85e9b929c39731dffd6c6af9dd2f5 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 13 Dec 2025 18:44:28 +0100 Subject: [PATCH] - fix log file name --- postgresql-conf.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-conf.patch b/postgresql-conf.patch index 57598ca..ced4132 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -25,7 +25,7 @@ -#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern, - # can include strftime() escapes -#log_file_mode = 0600 # creation mode for log files, -+log_filename = 'postgresql-16.log' # log file name pattern, ++log_filename = 'postgresql-17.log' # log file name pattern, + # can include strftime() escapes +log_file_mode = 0640 # creation mode for log files, # begin with 0 to use octal notation -- 2.52.0