guix-commits
[Top][All Lists]
Advanced

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

03/04: hydra: bayfront: Raise the nar-herder logging level to INFO.


From: Christopher Baines
Subject: 03/04: hydra: bayfront: Raise the nar-herder logging level to INFO.
Date: Fri, 22 Apr 2022 13:29:04 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 82c9d0804f29fdbdbd942308235a452fa0d0a12e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Apr 22 18:27:57 2022 +0100

    hydra: bayfront: Raise the nar-herder logging level to INFO.
    
    So that individual requests are just logged by nginx, and not by the
    nar-herder as well.
    
    * hydra/bayfront.scm <services>: Specify 'INFO for the nar-herder
    log-level.
---
 hydra/bayfront.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 5517aac..bfa45c7 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1040,7 +1040,8 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (storage-limit 0)
               (storage-nar-removal-criteria
                '((stored-on . "https://lakeside.guix.gnu.org";)))
-              (ttl "180d")))
+              (ttl "180d")
+              (log-level 'INFO)))
 
     (service guix-build-coordinator-service-type
              %guix-build-coordinator-configuration)



reply via email to

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