Replace Sentry capture call in SecurityEventLogger with logger call
Created by: jhchabran
This PR remove a combination of a log15 call and explicit capture in favour of our new logging api and implicitly capturing the error.
Test plan
Rather trivial change, logging api has been tested exhaustively already.