main: Show traceback when we're extra verbose
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 01:17:00 +0000 (20:17 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 01:17:00 +0000 (20:17 -0500)
commitc8baf0664e4d5017ad0ff50eb667a28471043fbe
tree53fcdcf1a02b2665712f2d02130f09d9cb8adca3
parent6c45051420cff79da3493a27ebc41eacac256332
main: Show traceback when we're extra verbose

Adding --verbose (or -V) flags moves the logger from ERROR to WARNING
(-V), INFO (-VV), and DEBUG (-VVV).  Additional increments were
ignored, but I don't like always masking tracebacks.  This patch sets
an additional verbosity level (-VVVV) which logs at DEBUG and
additionally prints exception tracebacks instead of hiding them.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/main.py