From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 0/3] End-to-end verbosity v3 Date: Tue, 13 Apr 2010 14:29:55 -0600 Message-ID: <20100413142955.63999534@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: jeff@garzik.org Cc: Project Hail List Here's yet another take on the precice verbosity control, this time with -D 2 replacing -v. Everywhere, not just in CLD. Uniformity! BTW, someone forgot to update all the examples when -D with an argument was introduced, so this patch does it now. These patches have an API change, so as usual CLD must be built first. But surely this ought to be the last logging API change ever, right? Most importantly, this thing is DEAD: /* nsess->udp->sess->log.verbose = 1; */ For some reason it peeved me a lot. -- Pete