From a56d0ddfdb0dd441bf903bdaf3953ecb5297d2dd Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 19 Jun 2026 11:04:33 +0900 Subject: news: New entry for PostgreSQL log-destination change. * etc/news.scm: Add news entry. --- etc/news.scm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/news.scm b/etc/news.scm index 8d8d16cff5b..42e24717199 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -9,7 +9,7 @@ ;; Copyright © 2020, 2022 Marius Bakke ;; Copyright © 2020, 2021 Mathieu Othacehe ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen -;; Copyright © 2020-2025 Maxim Cournoyer +;; Copyright © 2020-2026 Maxim Cournoyer ;; Copyright © 2021–2023 Leo Famulari ;; Copyright © 2021 Zhu Zihao ;; Copyright © 2021 Chris Marusich @@ -43,6 +43,16 @@ (channel-news (version 0) + (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b") + (title + (en "PostgreSQL logs now go to a unified place")) + (body + (en "The default value for the @code{log-destination} field of the +@code{postgresql-config-file} record has been updated from @code{\"syslog\"} +to @code{\"stderr\"}, matching the upstream default. This means that by +default, the PostgreSQL logs are now written to the +@file{/var/log/postgresql/pg_ctl.log} file instead of sent to syslog."))) + (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") (title (en "@command{pull} and @command{time-machine} can download channel -- cgit v1.2.3