Re: [Freeipa-devel] [PATCH 0003] Add timestamps to named debug logs in /var/named/data/named.run

2013-09-06 Thread Petr Viktorin

On 09/05/2013 04:29 PM, Tomas Babej wrote:

On 09/05/2013 04:25 PM, Petr Spacek wrote:

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.



ACK



Thanks, pushed to
master: 0924177ab03d39a09bb8e9885f5d2a2f586a1eda
ipa-3-3: b9e44e22e1ce60fda524e772ade118b8674cf205

--
PetrĀ³

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


Re: [Freeipa-devel] [PATCH 0003] Add timestamps to named debug logs in /var/named/data/named.run

2013-09-05 Thread Tomas Babej

On 09/05/2013 04:25 PM, Petr Spacek wrote:

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.




ACK

--
Tomas Babej
Associate Software Engeneer | Red Hat | Identity Management
RHCE | Brno Site | IRC: tbabej | freeipa.org

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


Re: [Freeipa-devel] [PATCH 0003] Add timestamps to named debug logs in /var/named/data/named.run

2013-09-05 Thread Nathaniel McCallum
On Thu, 2013-09-05 at 16:25 +0200, Petr Spacek wrote:
> 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.

ACK

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


[Freeipa-devel] [PATCH 0003] Add timestamps to named debug logs in /var/named/data/named.run

2013-09-05 Thread Petr Spacek

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 
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