nixos/graphite: limit amount of log message defaults
This commit is contained in:
parent
0229f45cf3
commit
c1ad189295
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user