Re: bind verbose logging

2013-05-09 Thread shawn wilson
On May 9, 2013 11:27 PM, "Mike Hale" wrote: > > I'll send over some info tomorrow. Shoot me a reminder if you don't > get it by the later afternoon. > > I wouldn't really call it a schema...it's just a simple field > extraction bash script that then generates the sql inserts. Like I > said...qui

Re: bind verbose logging

2013-05-09 Thread Mike Hale
I'll send over some info tomorrow. Shoot me a reminder if you don't get it by the later afternoon. I wouldn't really call it a schema...it's just a simple field extraction bash script that then generates the sql inserts. Like I said...quick and dirty. Afte coding it from scratch, I'm starting t

Re: bind verbose logging

2013-05-09 Thread shawn wilson
Thanks, that's what I'm looking for. Mike, sure I wouldn't mind schema ideas. On Thu, May 9, 2013 at 10:56 PM, staticsafe wrote: > On 5/9/2013 22:52, shawn wilson wrote: >> In this log line, what is -EDC? I've also noticed +, -, -E, and -ED >> but I have no Idea what they are (called/represent).

Re: bind verbose logging

2013-05-09 Thread Mike Hale
See this: https://kb.isc.org/article/AA-00434/0/What-do-EDC-and-other-letters-I-see-in-my-query-log-mean.html I've written a quick and dirty logging mechanism which stores the bind logs in a mysql database in various fields. It works well for the great majority of queries...happy to share the ba

Re: bind verbose logging

2013-05-09 Thread staticsafe
On 5/9/2013 22:52, shawn wilson wrote: > In this log line, what is -EDC? I've also noticed +, -, -E, and -ED > but I have no Idea what they are (called/represent). > > 08-May-2013 08:04:49.751 client 1.2.3.4#48747 (ns2.example.com): > query: ns2.example.com IN -EDC (1.2.3.4) > > Also, I'm wr

bind verbose logging

2013-05-09 Thread shawn wilson
In this log line, what is -EDC? I've also noticed +, -, -E, and -ED but I have no Idea what they are (called/represent). 08-May-2013 08:04:49.751 client 1.2.3.4#48747 (ns2.example.com): query: ns2.example.com IN -EDC (1.2.3.4) Also, I'm writing a parser and we're only loging 'queries' but if