Introducing Agent Safe Governance for the AI Era

--sqlcmd-log-file

Last updated: June 5, 2026

Log file for SQLCMD output.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlcmd-log-file=<string>

Liquibase properties file (defaults file)

liquibase.sqlcmd.logFile: <string>

Global flow file argument (example)

globalArgs: { sqlcmd-log-file: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlcmd.logFile=<string>

Liquibase environment variable

LIQUIBASE_SQLCMD_LOG_FILE=<string>