Liquibase® version 3.8.5 is now available! Get it for free.
2018 XML Announcement
News All Previous Posts >>

Subscribe for email updates

- and/or -

Change: ‘output’

Logs a message and continues execution.

Available Attributes

NameDescription
[XML: text content] / messageMessage to outputE.g. 'Make sure you feed the cat'Note: the content of the tag in XML
targetTarget for message. Possible values: STDOUT, STDERR, FATAL, WARN, INFO, DEBUGDefault: 'STDERR'
<changeSet author="liquibase-docs" id="output-example">
    <output target="STDERR">Make sure you feed the cat</output>
</changeSet>
changeSet:
  id: output-example
  author: liquibase-docs
  changes:
  - output:
      message: Make sure you feed the cat
      target: STDERR
{
  "changeSet": {
    "id": "output-example",
    "author": "liquibase-docs",
    "changes": [
      {
        "output": {
          "message": "Make sure you feed the cat",
          "target": "STDERR"
        }
      }]
    
  }
}

SQL Generated From Above Sample (MySQL)

Database Support

DatabaseNotesAuto Rollback
DB2/LUWSupportedNo
DB2/zSupportedNo
DerbySupportedNo
FirebirdSupportedNo
H2SupportedNo
HyperSQLSupportedNo
INGRESSupportedNo
InformixSupportedNo
MariaDBSupportedNo
MySQLSupportedNo
OracleSupportedNo
PostgreSQLSupportedNo
SQL ServerSupportedNo
SQLiteSupportedNo
SybaseSupportedNo
Sybase AnywhereSupportedNo