From 0924177ab03d39a09bb8e9885f5d2a2f586a1eda Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 5 Sep 2013 15:42:16 +0200 Subject: Add timestamps to named debug logs in /var/named/data/named.run --- install/share/bind.named.conf.template | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share') diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index a244957fa..5727a1536 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -26,6 +26,7 @@ logging { channel default_debug { file "data/named.run"; severity dynamic; + print-time yes; }; }; -- cgit