Files
notifications-api/app
Leo Hemsted a1cc092d3b fix logger.exception syntax
when given any log function with multiple parameters, the python logging utils
assume the first param is a format string and the rest are arguments to pass
in - we were passing in the exception object to `logger.exception`, however,
the purpose of .exception is to add the exception object itself - so we didn't
need to
2016-10-17 17:44:17 +01:00
..
2016-10-17 17:44:17 +01:00
2016-10-13 16:07:32 +01:00
2016-09-23 15:59:23 +01:00
2016-09-26 12:35:59 +01:00
2016-10-17 17:44:17 +01:00
2016-10-07 15:38:36 +01:00
2016-10-13 11:59:47 +01:00
2016-08-23 12:05:47 +01:00
2016-10-13 11:59:47 +01:00