swcarpentry / windows-installer

Software Carpentry installer for Windows.
MIT License
21 stars 17 forks source link

swc-windows-installer.py: Set default logging level to INFO #10

Closed wking closed 10 years ago

wking commented 10 years ago

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.

Addresses #8.

ethanwhite commented 10 years ago

Looks good to me.

wking commented 10 years ago

On Wed, Jul 09, 2014 at 10:39:11AM -0700, Ethan White wrote:

Looks good to me.

I just pushed it to the 'python' branch with b59c540 (swc-windows-installer.py: Set default logging level to INFO, 2014-07-09). Whenever you're ready to build another compiled version you can merge 'python' into 'master'.