params: add multi-level verbosity
authorBrian Norris <banorris@uci.edu>
Fri, 31 May 2013 23:45:42 +0000 (16:45 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 31 May 2013 23:45:42 +0000 (16:45 -0700)
Now we can have --verbose=[012], so that the default (0) is still quiet,
the easy verbose flag (--verbose or -v) is noisy but useful (1), and if
you really want some extra noise, you can choose (2). Right now, there
is some minimal extra noise in (2), but this may be expanded if we want
more run-time debuggability, rather than recompiling with 'make debug'.


No differences found