When I use the
--logLevel
parameter at the command-line liquibase prints the logging on the command-line. But when I additionally use the --logFile
parameter then it prints them in a file without printing it in the command-line. Is there any way to let liquibase print it in the command-line AND in a logfile?
I am using liquibase 3.5.5. and this is what I give liquibase as parameters:liquibase --url=offline:oracle? `
--changeLogFile="C:\Users\Ferid\Documents\Box Sync\PRIVATE_Ferid\liquibase-3.5.5-bin\cl.xml" `
--outputFile="SQLoutput.sql" `
--logLevel="info" `
--logFile="log" updateSql
--changeLogFile="C:\Users\Ferid\Documents\Box Sync\PRIVATE_Ferid\liquibase-3.5.5-bin\cl.xml" `
--outputFile="SQLoutput.sql" `
--logLevel="info" `
--logFile="log" updateSql