Skip to content

Commit

Permalink
Merge pull request #908 from clwgh/master
Browse files Browse the repository at this point in the history
Update unbound.md
  • Loading branch information
DL6ER authored Aug 5, 2023
2 parents 86d42c1 + d68e701 commit 13cb7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/dns/unbound.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 13cb7d5

Please sign in to comment.