--report-suppress-exception

Last updated: May 1, 2026

Liquibase 4.31.0+. Specifies whether to hide exceptions from the operation report at the command level. Overrides --reports-suppress-exception. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--report-suppress-exception=<true|false>

Liquibase properties file (defaults file)

liquibase.command.<cmdName>.reportSuppressException: <true|false>

Command flow file argument (example)

cmdArgs: { report-suppress-exception: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.<cmdName>.reportSuppressException=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_<CMDNAME>_REPORT_SUPPRESS_EXCEPTION=<true|false>