guardian / mobile-notifications-content

Lambda that reads from the content api stream and triggers notifications for followable content
2 stars 0 forks source link

Non AWS dependency upgrade + logging fix #72

Closed lindseydew closed 4 months ago

lindseydew commented 4 months ago

What does this change?

This includes the library updates from the non aws dependency updates that we needed to revert because the logging configuration broke.

Having looked at the error message output in the logs and read the documentation: https://www.slf4j.org/codes.html#ignoredBindings

We need to include a provider, so I've added slf4j-api to the classpath

How to test

Tested in CODE that our log statements are coming through ok

How can we measure success?

Have we considered potential risks?

Images

Accessibility