WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
239 stars 112 forks source link

Changed base.py unzip() to prevent excessive logging #112

Closed emunsing closed 6 years ago

emunsing commented 7 years ago

I noticed that when pulling data from CAISO, any issues with a corrupted zip file would result in the full ZIP file contents being dumped to my log file- resulting in a log file that was several hundred megabytes for my implementation! I've split the error reporting and content logging into two lines, with different logging levels- this allows errors to still be logged, but the full contents to be ignored if not desired.

Git seems to have picked up some minor changes to .gitignore and caiso.py; these should only be whitespace changes and can be ignored.