SeattleTestbed / softwareupdater

Software updater daemon
MIT License
1 stars 6 forks source link

software updater needs more detailed logging #19

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

The software updater needs to log more details about its actions. Currently it will be hard to debug issues such as #522 because really only exceptions are being logged and this won't provide much information if there is a bug that does not result in an exception.

choksi81 commented 10 years ago

Author: jsamuel It might also be useful to increase the size of the circular buffers used for logging, otherwise we're likely to end up with only the most recent snippet of log data when we need it. Currently the buffer size is 16KB.

choksi81 commented 10 years ago

Author: jsamuel Fixed in r2487.

The issue of not being able to set the servicelogger log size was made a separate issue (#552).