KanoComputing / kano-updater

GNU General Public License v2.0
8 stars 11 forks source link

[OS-839] Fixed a few tbks when logging Exceptions #372

Closed radujipa closed 5 years ago

radujipa commented 5 years ago

The issue seems to be caused by sending an Exception object to the logger instead of its string representation.

I've gone through all calls to the logger for this to make sure there weren't any other ones lurking in the shadows.