guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Enable Cuirass SQL logging.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Enable Cuirass SQL logging.
Date: Thu, 24 Sep 2020 05:34:06 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new c56767d  hydra: services: Enable Cuirass SQL logging.
c56767d is described below

commit c56767da9a77c9b81a4b0b289a8af1e00db9f9cb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Sep 24 11:30:23 2020 +0200

    hydra: services: Enable Cuirass SQL logging.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Enable Cuirass 
SQL
    queries logging.
---
 hydra/modules/sysadmin/services.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index d520d26..8e53130 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -452,7 +452,9 @@
                    (cuirass cuirass-without-fiber-tests)
                    (interval (* 5 60))
                    (ttl (quotient nar-ttl 2))
-                   (specifications (cuirass-specs branches systems))))
+                   (specifications (cuirass-specs branches systems))
+                   (queries-log-file "/var/log/cuirass-sql.log")
+                   (web-queries-log-file "/var/log/cuirass-web-sql.log")))
 
          (service openssh-service-type)
          (service sysadmin-service-type sysadmins)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]