When ETL fails to extract data from DB it used to log
error messages(exceptions) in a single line and subsequent
error messages get appended to the single line.
For example we have only 4 lines of log which is almost 1GB. Which is very hard to debug as the text is not wrapping.
Is there a way where we can configure subsequent error message
on a new line. To make our debugging easy.