liquibase:updateDatabase doesn't support the "logLevel" attribute

Hi Team,

I am trying to deploy database schema using liquibase and I am getting below error during execution using ANT.

BUILD FAILED
/home/liquibase/buildscripts/build.xml:31: The following error occurred while executing this line:
/home/liquibase/buildscripts/build.xml:49: The following error occurred while executing this line:
/home/liquibase/buildscripts/build.xml:478: liquibase:updateDatabase doesn’t support the “logLevel” attribute

I am using liquibase-4.1.1.jar.

What is the solution for the logLevel attribute, Does logLevel support removed in 4.1.1 version?

Hi @devang.makwana ,

Very confused by this question. Could you share the lines from your ant script that call liquibase? Usually I am accustomed to doing a liquibase update, not liquibase updateDatabase.

Please share what value you are using for logLevel? logLevel accepted values I believe are listed with the sample liquibase.properties file provided with the product. I mostly use logLevel=debug

Thanks,

Ronak