For those who would like run Junit or ran as Java application for test and view debug printout. Please do the following
From Run menu->Run Configuration.... (or Debug Configurations ...)
Select the File or create new 
Slect Arguments tab and enter following for VM arguments

-Dlog4j.configurationFile=${workspace_loc:errorqcleanup}/src/test/resources/log4j2_test.xml

The debug information will be print out on console and in a file under ErrorQCleanup root directory.
