--reports-suppress-exception

Last updated: April 29, 2026

Liquibase 4.31.0+. Specifies whether to hide exceptions (which may contain SQL) from operation reports at the global level. Overridden by --report-suppress-exception at the command level. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

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

Liquibase properties file (defaults file)

liquibase.reports.suppressException: <true|false>

Global flow file argument (example)

globalArgs: { reports-suppress-exception: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.reports.suppressException=<true|false>

Liquibase environment variable

LIQUIBASE_REPORTS_SUPPRESS_EXCEPTION=<true|false>