diff options
author | Petr Spacek <pspacek@redhat.com> | 2013-09-05 15:42:16 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2013-09-06 15:39:36 +0200 |
commit | 0924177ab03d39a09bb8e9885f5d2a2f586a1eda (patch) | |
tree | 774eb606a571596fb23a47c834e5f1620c42047f | |
parent | 95483d3b9f0973e825cf37340f8ca91b567ab134 (diff) | |
download | freeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.tar.gz freeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.tar.xz freeipa-0924177ab03d39a09bb8e9885f5d2a2f586a1eda.zip |
Add timestamps to named debug logs in /var/named/data/named.run
-rw-r--r-- | install/share/bind.named.conf.template | 1 |
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; }; }; |