After adding log4j to my application I get the following output every time I execute my application:
log4j:WARN No appenders could be found for logger (slideselec
The fix for me was to put "log4j.properties" into the "src" folder.