Add logging to stdout (via StreamHandler)
authorW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 17:50:10 +0000 (12:50 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 18:12:06 +0000 (13:12 -0500)
commit77cab6006adbd85529c461b2f8f9dc741593c841
treee6e6bc3781a4fc2d04e0abb05916b23390ac8ce0
parent58650e029b0fa7e7c5a834d33d345585dc1f4b71
Add logging to stdout (via StreamHandler)

This makes it easy to trace execution and make sure everything is
happening as you think it should.  There's currently no command-line
switch to increase verbosity.  Once we drop support for Python 2.6,
I'll put in an argparse.ArgumentParser.
mutt-ldap.py