logicalFilePath should only set the path to the file

My project is set up with one change log master that references a bunch of other changeset files.  I am trying to use the logicalFilePath property so if liquibase runs from the command line, through maven, or through a ServletListener it will register the changeset the same way.  The problem I see with the logicalFilePath replaces the path and the filename.  I don’t want to have to set the filename in every changeset file.


I would suggest to add a property to set the logical directory path.  I think that would be very helpful.