From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: Re: [PATCHv2] cld: use XDR for all messages Date: Tue, 9 Feb 2010 16:13:06 -0700 Message-ID: <20100209161306.5e312b28@redhat.com> References: <1263577788-2081-1-git-send-email-cmccabe@alumni.cmu.edu> <4B7128FB.90600@garzik.org> <4B712D0D.5060408@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B712D0D.5060408@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Colin McCabe , Project Hail List On Tue, 09 Feb 2010 04:38:21 -0500 Jeff Garzik wrote: > On 02/09/2010 04:20 AM, Jeff Garzik wrote: > > Useful per-packet cld [the daemon] verbose output seems to have > > disappeared? Or did I miss a knob somewhere? > > cldcli no longers dumps per-packet debug info at maximum verbosity, > either. Our built-in debug facilities have definitely regressed. I posted the patch for both server and client, which should fix it. Looks like we became confused about what the exact meaning for log.verbose is, since historically we had 2: one means "enable LOG_DEBUG" and the other "enable per-packet dumping" (which is really verbose in normal operation). So the patch splits the two, thus permitting cldcli to control verbosity precisely. And no more commented-out assignments. -- Pete