DistributedMigrationProcess.getMigrationTasksWithLaunchers() fails if logging is set to DEBUG mode.
Steps to Reproduce:
- mvn test -- runs clean
- Edit src\test\resources\log4j.properties and change the rootLogger from INFO to DEBUG
- mvn test -- fails
Note: A pull-request with a correction for this will be submitted momentarily.