summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2013-09-05 15:42:16 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-09-06 15:39:36 +0200
commit0924177ab03d39a09bb8e9885f5d2a2f586a1eda (patch)
tree774eb606a571596fb23a47c834e5f1620c42047f /install/share
parent95483d3b9f0973e825cf37340f8ca91b567ab134 (diff)
downloadfreeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.tar.gz
freeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.tar.xz
freeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.zip
Add timestamps to named debug logs in /var/named/data/named.run
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bind.named.conf.template1
1 files changed, 1 insertions, 0 deletions
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;
};
};