Begin to use python logging framework. Remove if quiet < bla logic and instead use...
authorAlec Warner <antarus@gentoo.org>
Tue, 23 Oct 2007 07:48:47 +0000 (07:48 -0000)
committerAlec Warner <antarus@gentoo.org>
Tue, 23 Oct 2007 07:48:47 +0000 (07:48 -0000)
commitab218fdedd7df990b32e02f5c5d16711e475fc77
tree42c10155be4be2c11d0c22d58e00d8393ad2bac2
parentd1eedd8e862363a11cc4ccc4e28829646cca81f9
Begin to use python logging framework.  Remove if quiet < bla logic and instead use loglevels (critical, error, warn, info, debug).  Default to WARN for repoman, which will print CRITICAL, ERROR, and WARN messages.  one -v will print INFO messages and two -v's will print DEBUG messages, each -q will reduce the loglevel by one.  -q and -v can be given in any order.

svn path=/main/trunk/; revision=8250
bin/repoman