PR #775 has caused an issue.
PathNotFoundException was being used for flow control so was deliberately suppressing stack traces - the PR fixed that but should also have updated PathNotFoundException to no longer suppress stack traces.
The outcome of this is that errors now appear in the logs without any stack trace attached. 😫