Thank you for a quick response Steve.
Apparently , the issue was to do with the endDelimiter.
I was able to run this successfully with the following changes
1. Remove the liquibase format tags from sqlfile , end each trigger with a "/ " in a new line.
2. Add the following to changelog.xml
<changeSet id="ifs_error_log_trigger" author="d1063" runOnChange="true">
<sqlFile path="ifs/trigger_test.sql" endDelimiter="/" splitStatements="true" />
</changeSet>
3. Run liquibase update
Thanks
Lavanya