diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-12-10 13:13:40 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-12-10 13:13:40 +0300 |
commit | 2d042c19294619c8ac673db4e1007824cf0811f2 (patch) | |
tree | 24382b073d9a75522c9de2e4a96768af2916daae /modules/nixos/unbound.nix | |
parent | 2023-12-03 (diff) |
2023-12-10
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/unbound.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/unbound.nix b/modules/nixos/unbound.nix index c7338e5..18e6867 100644 --- a/modules/nixos/unbound.nix +++ b/modules/nixos/unbound.nix @@ -133,9 +133,9 @@ in { extended-statistics = true; - log-replies = true; - log-tag-queryreply = true; - log-local-actions = true; + log-replies = false; + log-tag-queryreply = false; + log-local-actions = false; verbosity = 0; |