NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
69 stars 36 forks source link

Log messages inside an except clause should use logger.exception #333

Open daniel-thom opened 4 years ago

daniel-thom commented 4 years ago

Many log messages inside except clauses use logger.error. They should use logger.exception so that the exception information is automatically included.