Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure a message is logged if we can not create an override (#80)
* Ensure a message is logged if we can not create an override If the first access of the ClassFilter is from a class being auto wired then the root cause of the Issue can get swallowed and it is not clear in the logs what is wrong. So if something goes wrong always log the error at the expense that it gets logged twice (which is not a bad thing as it is fatal anyway and will cause Jenkins to pretty much not work at all) * Move the loading of the pattern override into the try block
- Loading branch information