• Andy Wilkinson's avatar
    Remove unwanted printing of stack trace from the Launcher · 427d3140
    Andy Wilkinson authored
    Previously, the Launcher would call ex.printStackTrace for any
    exception that was thrown when launching the application. This was
    unnecessary as the stack trace should already have been logged by
    the application when it failed to start.
    
    This commit removes the call to ex.printStackTrace, thereby allowing
    an exception to be logged only once or not at all after successful
    failure analysis.
    
    Closes gh-5358
    427d3140
Name
Last commit
Last update
..
it Loading commit data...
main/java/org/springframework/boot/loader Loading commit data...
test Loading commit data...