[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: hydra: lakeside: Raise the nar-herder logging level to INFO.
From: |
Christopher Baines |
Subject: |
02/04: hydra: lakeside: 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 1b2603e3e2649d669d2f4c9cb4fe6e4a560b5789
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Apr 22 16:08:01 2022 +0100
hydra: lakeside: 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/lakeside.scm <services>: Specify 'INFO for the nar-herder
log-level.
---
hydra/lakeside.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/lakeside.scm b/hydra/lakeside.scm
index 1600cb6..dfb9247 100644
--- a/hydra/lakeside.scm
+++ b/hydra/lakeside.scm
@@ -154,7 +154,8 @@ ssl_prefer_server_ciphers on;"))
(service nar-herder-service-type
(nar-herder-configuration
(mirror "https://bordeaux.guix.gnu.org";)
- (storage "/var/lib/nars")))
+ (storage "/var/lib/nars")
+ (log-level 'INFO)))
(service nginx-service-type
(nginx-configuration