Logs a message and continues execution.
| Name | Description |
|---|---|
| [XML: text content] / message | Message to outputE.g. 'Make sure you feed the cat'Note: the content of the tag in XML |
| target | Target 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"
}
}]
}
}| Database | Notes | Auto Rollback |
|---|---|---|
| DB2/LUW | Supported | No |
| DB2/z | Supported | No |
| Derby | Supported | No |
| Firebird | Supported | No |
| H2 | Supported | No |
| HyperSQL | Supported | No |
| INGRES | Supported | No |
| Informix | Supported | No |
| MariaDB | Supported | No |
| MySQL | Supported | No |
| Oracle | Supported | No |
| PostgreSQL | Supported | No |
| SQL Server | Supported | No |
| SQLite | Supported | No |
| Sybase | Supported | No |
| Sybase Anywhere | Supported | No |