digitaltrails / vdu_controls

VDU controls - a control panel for monitor brightness/contrast/...
GNU General Public License v3.0
103 stars 4 forks source link

If debugging is on - log error stack traces. #50

Closed digitaltrails closed 11 months ago

digitaltrails commented 1 year ago

To assist with unexpected errors, when trapping exceptions, log the stack trace if debugging is on.

Suggestion from #49.

digitaltrails commented 12 months ago

I've added a trace=True/False to the logging interface. I've used it in several places where exceptions are logged. It may have wider use for non-exception errors.

digitaltrails commented 11 months ago

Closing as completed