From c1ad1892953e81df17abfeebc90572878d31d2b9 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Mon, 28 Oct 2013 17:09:53 +0100 Subject: [PATCH] nixos/graphite: limit amount of log message defaults --- nixos/modules/services/monitoring/graphite.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/services/monitoring/graphite.nix b/nixos/modules/services/monitoring/graphite.nix index a4928963f70..dc4261bdb09 100644 --- a/nixos/modules/services/monitoring/graphite.nix +++ b/nixos/modules/services/monitoring/graphite.nix @@ -52,6 +52,9 @@ in { PICKLE_RECEIVER_INTERFACE = 127.0.0.1 LINE_RECEIVER_INTERFACE = 127.0.0.1 CACHE_QUERY_INTERFACE = 127.0.0.1 + # Do not log every update + LOG_UPDATES = False + LOG_CACHE_HITS = False ''; type = types.uniq types.string; };