Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log unexpected exceptions in exception view
A few of these don't produce any logging in local development making debugging them tricky. Added an explicit logging here. Not sure if this would duplicate logging in a production environment. If that the case we can change this from `exception` to `debug`.