cbaines pushed a commit to branch master
in repository maintenance.

commit 82c9d0804f29fdbdbd942308235a452fa0d0a12e
Author: Christopher Baines <[email protected]>
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