summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm12
1 files changed, 11 insertions, 1 deletions
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 @@
9;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> 9;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> 10;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 11;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
12;; Copyright © 2020-2025 Maxim Cournoyer <maxim@guixotic.coop> 12;; Copyright © 2020-2026 Maxim Cournoyer <maxim@guixotic.coop>
13;; Copyright © 2021–2023 Leo Famulari <leo@famulari.name> 13;; Copyright © 2021–2023 Leo Famulari <leo@famulari.name>
14;; Copyright © 2021 Zhu Zihao <all_but_last@163.com> 14;; Copyright © 2021 Zhu Zihao <all_but_last@163.com>
15;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> 15;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
@@ -43,6 +43,16 @@
43(channel-news 43(channel-news
44 (version 0) 44 (version 0)
45 45
46 (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b")
47 (title
48 (en "PostgreSQL logs now go to a unified place"))
49 (body
50 (en "The default value for the @code{log-destination} field of the
51@code{postgresql-config-file} record has been updated from @code{\"syslog\"}
52to @code{\"stderr\"}, matching the upstream default. This means that by
53default, the PostgreSQL logs are now written to the
54@file{/var/log/postgresql/pg_ctl.log} file instead of sent to syslog.")))
55
46 (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93") 56 (entry (commit "c9dcd203e5356f13b736d5be121fd61874be1a93")
47 (title 57 (title
48 (en "@command{pull} and @command{time-machine} can download channel 58 (en "@command{pull} and @command{time-machine} can download channel