vse_matches.log file keeps growing and could not open it to find out what is the issue with VSE transactions.
N/A
All supported versions and platforms of DevTest
1. Add the following line to the vmoptions file :
-DVSELOGFIX=fix_
2. Modify the below line in your logging.properties :
log4j.appender.VSEAPP.File=${lisa.tmpdir}/vse_matches.log ===> log4j.appender.VSEAPP.File=${lisa.tmpdir}/${VSELOGFIX}vse_matches.log
3. Restart the VSE.
With the above changes, DevTest creates a new property VSELOGFIX and inserts it into the name of the vse_matches.log & the result will be log files with a unique name fix_vse_matches.log.
NOTE: If you have more than one VSE on the same machine, then give different values for -DVSELOGFIX=fix_ in each VSE vmoptions file, example: -DVSELOGFIX=fix2_, -DVSELOGFIX=fix3_, -DVSELOGFIX=fix4_