mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/graphite: limit amount of log message defaults
This commit is contained in:
parent
0229f45cf3
commit
c1ad189295
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue