diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-19 11:04:33 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-19 11:05:19 +0900 |
| commit | a56d0ddfdb0dd441bf903bdaf3953ecb5297d2dd (patch) | |
| tree | 468e4fa41dbd19ff2c1e3a8b308703f08a80bd4a /etc | |
| parent | 16b1072f661051e6bc20d8dcafdb183960dd188b (diff) | |
news: New entry for PostgreSQL log-destination change.
* etc/news.scm: Add news entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 12 |
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\"} | ||
| 52 | to @code{\"stderr\"}, matching the upstream default. This means that by | ||
| 53 | default, 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 |
