unbound: drop verbosity but log SERVFAILs
TODO: less frequent log rotation because of decreased log volume
This commit is contained in:
parent
c54e8f5d67
commit
aae7e0120a
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ server:
|
||||||
log-time-ascii: yes
|
log-time-ascii: yes
|
||||||
|
|
||||||
# Only log errors.
|
# Only log errors.
|
||||||
verbosity: 3
|
verbosity: 0
|
||||||
|
log-servfail: yes
|
||||||
|
|
||||||
# "" sends logs to stderr, journalctl will pick things up.
|
|
||||||
logfile: "/var/log/unbound/unbound.log"
|
logfile: "/var/log/unbound/unbound.log"
|
||||||
|
|
||||||
do-ip4: yes
|
do-ip4: yes
|
||||||
|
|
Loading…
Reference in a new issue