How to get exact line number where it failed

Liquibase OSS - How to get exact line number where it get failed?

Generally it is showing different place, but the actual error is in different place.

Team please help.

Hi @vijay413,

You can set your log level to something like INFO and then you should get the full stacktrace when Liquibase fails. You can read more about log levels here → log-level

-PJ