civodul pushed a commit to branch master
in repository maintenance.
commit 18ee3c445061a13f4ed58fe3f47d5c5f6afd2f07
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Jul 10 15:38:47 2024 +0200
hydra: berlin: Log PostgreSQL ‘auto_explain’ output to /var/log/postgresql.
* hydra/berlin.scm (postgresql-config-file): Add ‘log-destination’.
---
hydra/berlin.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index c148a99c..467a19f2 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -579,6 +579,10 @@ An incremental send is attempted if a PARENT snapshot is
provided."
(postgresql postgresql-13)
(config-file
(postgresql-config-file
+
+ ;; Log 'auto_explain' output to /var/log, not syslog.
+ (log-destination "stderr")
+
(extra-config
'(("max_connections" 200)