migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Clear view of logs

Open chiruyarabolu opened this issue 3 years ago • 3 comments
trafficstars

Hello Team,

Any format or syntax to view the database updation logs clearly with errors in the output?

Please let me know if any

chiruyarabolu avatar Jul 24 '22 13:07 chiruyarabolu

Hello @chiruyarabolu ,

I don't understand what you mean. Please try explaining it using concrete examples.

harawata avatar Jul 25 '22 17:07 harawata

While we are running the migration scripts using mybatis, there is a final output saying migration success or failed. Is there any way to clearly view what are all the lines that got executed without issues and what are the failed lines in it.

Please let me know if we have any syntax or process to view output in such a way

chiruyarabolu avatar Jul 26 '22 04:07 chiruyarabolu

Not really. That is why you should not put multiple statements in a single script if one or some of them could fail.

harawata avatar Jul 30 '22 18:07 harawata