Hello,

Add timestamps to named debug logs in /var/named/data/named.run.


Tomas Babej and I spent more than hour with debugging bind-dyndb-ldap and timestamps were invaluable.

--
Petr^2 Spacek
From 8d370b97d902d4106253dd9d6eb05f227ef92487 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Thu, 5 Sep 2013 15:42:16 +0200
Subject: [PATCH] Add timestamps to named debug logs in
 /var/named/data/named.run

---
 install/share/bind.named.conf.template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index a244957fafaf6ff9903abb8c00c1d361a49ec9f6..5727a1536accd135cb556d76dfccf965bc098e29 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;
 	};
 };
 
-- 
1.8.3.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to