Introducing Agent Safe Governance for the AI Era

--psql-log-file

Last updated: June 5, 2026

Log file for PSQL output.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--psql-log-file=<string>

Liquibase properties file (defaults file)

liquibase.psql.logFile: <string>

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_PSQL_LOG_FILE=<string>