SeattleTestbed / softwareupdater

Software updater daemon
MIT License
1 stars 6 forks source link

software updater needs better exception logging #11

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

There are multiple calls to servicelogger.log(str(e)) in except blocks of softwareupdater.py. This does not log any traceback information so it is difficult to determine the cause of unexpected errors.

choksi81 commented 10 years ago

Author: justinc Fixed in r2473.