mastermay commented on pull request #3849:
URL: https://github.com/apache/camel/pull/3849#issuecomment-632453573


   add a line break before stack trace detail to help print a more readable and 
friendly log.
   the example below shows the changes:
   
   before:
   ```
   Failed delivery for (MessageId: xxx). Exhausted after delivery attempt: 1 
caught: com.example.exception.SomeException: xxx
   
   Message History
   ---------------
   ...
   
   Stacktrace
   --------------- com.example.exception.SomeException: xxx
       at ...
       at ...
   ```
   after
   ```
   Failed delivery for (MessageId: xxx). Exhausted after delivery attempt: 1 
caught: com.example.exception.SomeException: xxx
   
   Message History
   ---------------
   ...
   
   Stacktrace
   ---------------
   com.example.exception.SomeException: xxx
       at ...
       at ...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to