Enhancement: Log the bean exception trace as a multi line log #17343
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
At the moment, when there is an issue during bean creation (exceptions that something is missing or that there are circular dependencies, etc.), the EXCEPTION_MSG contains the trace through all the beans that were involved in the error.
The problem is that this trace is displayed on a single line. Considering that this trace can go through multiple beans (the current one I am trying to fix goes 8 levels deep) this line can get thousands of characters long.
It would be nice if the bean exception trace would be displayed on multiple lines, for readability and to prevent the need of horizontal scrolling, like:
In stead of:
The text was updated successfully, but these errors were encountered: