nixos/graphite: limit amount of log message defaults

This commit is contained in:
Jaka Hudoklin 2013-10-28 17:09:53 +01:00
parent 0229f45cf3
commit c1ad189295

View file

@ -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;
};