Closed ethanwhite closed 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.
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.
I see that we're doing some logging now, which is great. Where is the log file located after running swc-windows-installer.py?