liquibase.launcher.debug

Last updated: April 30, 2026

Enables the Liquibase debug mode, which produces more log output and allows the user to debug their database.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Liquibase properties file (defaults file)

liquibase.launcher.debug: <string>

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.launcher.debug=<string>

Liquibase environment variable

LIQUIBASE_LAUNCHER_DEBUG=<string>