swc-windows-installer.py: Set default logging level to INFO
authorW. Trevor King <wking@tremily.us>
Wed, 9 Jul 2014 17:24:28 +0000 (10:24 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 9 Jul 2014 17:24:28 +0000 (10:24 -0700)
commitb59c540766e154cd708e7b342d1a7983c71d69ad
tree0b80b7981ed466e0bc30ec36b726464fc35cb5c3
parent0b6b63ecfbf586b29cfba82d9c51e77d39395ecb
swc-windows-installer.py: Set default logging level to INFO

And add the other levels as --verbose choices, even though we
currently only use LOG.info and LOG.debug.  Many *nix commands are
silent by default and have options for increasing the verbosity, but
Ethan points out that we should probably default to the setting that
makes the most sense for new users.
swc-windows-installer.py