swcarpentry / windows-installer

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

Location of log file? #5

Closed ethanwhite closed 10 years ago

ethanwhite commented 10 years ago

I see that we're doing some logging now, which is great. Where is the log file located after running swc-windows-installer.py?

wking commented 10 years ago

On Tue, Jul 01, 2014 at 07:22:05AM -0700, Ethan White wrote:

I see that we're doing some logging now, which is great. Where is the log file located after running swc-windows-installer.py?

With logging.StreamHandler() we just log to stderr. If you want to also (or alternatively) log to a file, you'll need to use a FileHandler 1.

ethanwhite commented 10 years ago

Ah, got it. Thanks. My first run on Windows didn't handle the new R path functionality properly so I needed to know how to investigate more. Will take a look and post an issue on that.