From 96aa7b13f99f8852d340d6e0b180b52045ab8af0 Mon Sep 17 00:00:00 2001 From: Chris L Date: Sat, 5 Aug 2023 07:42:47 +0100 Subject: [PATCH] Update unbound.md Minor tweak to logfile section to ensure human-readable timestamps (default is Unix time) Signed-off-by: Chris L --- docs/guides/dns/unbound.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index 15da9a9..11f1d68 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -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 ```