tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

getMigrationTasksWithLaunchers() fails if logging is set to DEBUG mode. #33

Open polyglot-jones opened 12 years ago

polyglot-jones commented 12 years ago

DistributedMigrationProcess.getMigrationTasksWithLaunchers() fails if logging is set to DEBUG mode.

Steps to Reproduce:

  1. mvn test -- runs clean
  2. Edit src\test\resources\log4j.properties and change the rootLogger from INFO to DEBUG
  3. mvn test -- fails

Note: A pull-request with a correction for this will be submitted momentarily.