New Webinar: Govern roles, shares, and data movement in Snowflake

Learn how to govern Snowflake roles, shares, and data movement without slowing delivery. Join our live webinar on controlling drift, permissions, and audit readiness.

Disable structured logging

Last updated: September 2, 2025

Liquibase uses structured JSON logs by default. To revert to traditional text-based logs, you can disable structured logging by explicitly setting the --log-format parameter to TEXT, rather than JSON.

Procedure

1

Open your liquibase.properties file.

2

Add in the log-format property.

Adding --log-format=TEXT to your liquibase.properties file sets the log format for every command you run.

log-format=TEXT