Liquibase Update output

We currently are executing Liquibase from Powershell.

When we execute .\DEVENV.cmd UPDATESQL | TEE-OBJECT “DEV.TXT” the output goes to the DEV.TXT file.

However, when we perform the exact same command, but with UPDATE instead of UPDATESQL, we get absolutely NO output in the file.

(BTW, before you say to use --logfile=, I do know there is the --log-file= parameter in the Liquibase command, but that does not allow us to easily change the name of the output file, so I do not want to use it in this case.)

What I am trying to figure out here is whay UPDATESQL provides output in the file, but UPDATE does not.