Update unbound.md

Minor tweak to logfile section to ensure human-readable timestamps (default is Unix time)

Signed-off-by: Chris L <github@holosys.co.uk>
This commit is contained in:
Chris L
2023-08-05 07:42:47 +01:00
committed by GitHub
parent 86d42c1a1a
commit 96aa7b13f9
+2 -1
View File
@@ -233,13 +233,14 @@ Level 4 gives algorithm level information
Level 5 logs client identification for cache misses
```
First, specify the log file and the verbosity level in the `server` part of
First, specify the log file, human-readable timestamps and the verbosity level in the `server` part of
`/etc/unbound/unbound.conf.d/pi-hole.conf`:
```yaml
server:
# If no logfile is specified, syslog is used
logfile: "/var/log/unbound/unbound.log"
log-time-ascii: yes
verbosity: 1
```