smswithoutborders/SMSWithoutBorders-customplatform-Slack

Use logger exceptions than debugs to show errors

Opened this issue · 1 comments

Please comb through the code and replace the loggers using debugs in exceptions to logger.exception instead. Sample debug usage that needs change below:

logger.debug("- Error posting message: %s", err)