Re: [Patch 1/3] CLD: End-to-end verbosity v3

2010-04-14 Thread Pete Zaitcev
On Wed, 14 Apr 2010 00:01:23 -0400 Jeff Garzik wrote: > Long term, I think the per-packet session logging macro should be made > more clear, perhaps calling it HAIL_SESS or even HAIL_PKT I saved this. Then, when you have a better idea already... SUDDENLY, A PATCH! :-) -- Pete -- To unsubscribe

Re: [Patch 1/3] CLD: End-to-end verbosity v3

2010-04-13 Thread Jeff Garzik
On 04/13/2010 04:30 PM, Pete Zaitcev wrote: It has been observed that it's not possible to enable the session-level verbose dump with -v switch of cldcli anymore (post XDR and ncld). The main issue is that it is impossible to set the session verbosity by an application control. Secondary issue i

[Patch 1/3] CLD: End-to-end verbosity v3

2010-04-13 Thread Pete Zaitcev
It has been observed that it's not possible to enable the session-level verbose dump with -v switch of cldcli anymore (post XDR and ncld). The main issue is that it is impossible to set the session verbosity by an application control. Secondary issue is that if application attempts to change the v

Re: [Patch 1/3] CLD: End-to-end verbosity

2010-04-06 Thread Pete Zaitcev
On Wed, 07 Apr 2010 00:36:32 -0400 Jeff Garzik wrote: > On 04/06/2010 11:32 PM, Pete Zaitcev wrote: > > On Tue, 06 Apr 2010 10:40:33 -0400 > > Jeff Garzik wrote: > > > >> The debug levels are > >> > >>0: key messages affecting server operation, only > >>1: debugging output enabled, sans

Re: [Patch 1/3] CLD: End-to-end verbosity

2010-04-06 Thread Jeff Garzik
On 04/06/2010 11:32 PM, Pete Zaitcev wrote: On Tue, 06 Apr 2010 10:40:33 -0400 Jeff Garzik wrote: The debug levels are 0: key messages affecting server operation, only 1: debugging output enabled, sans per-packet output 2: debugging output enabled, including per-packet

Re: [Patch 1/3] CLD: End-to-end verbosity

2010-04-06 Thread Pete Zaitcev
On Tue, 06 Apr 2010 10:40:33 -0400 Jeff Garzik wrote: > The debug levels are > > 0: key messages affecting server operation, only > 1: debugging output enabled, sans per-packet output > 2: debugging output enabled, including per-packet output The previous patch did just that:

Re: [Patch 1/3] CLD: End-to-end verbosity

2010-04-06 Thread Jeff Garzik
On 03/31/2010 08:43 PM, Pete Zaitcev wrote: diff --git a/server/server.c b/server/server.c index 3208e0f..2d68ee6 100644 --- a/server/server.c +++ b/server/server.c @@ -55,7 +55,7 @@ static struct argp_option options[] = { "Store database environment in DIRECTORY. Default: "

[Patch 1/3] CLD: End-to-end verbosity

2010-03-31 Thread Pete Zaitcev
It has been observed that it's not possible to enable the session-level verbose dump with -v switch of cldcli anymore (post XDR and ncld). The main issue is that it is impossible to set the session verbosity by an application control. Secondary issue is that if application attempts to change the v