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 (slideselector.facedata.FaceDataParser). log4j:WARN Please initialize the log4j system properly.
It seems this means a configuration file is missing. Where should this config file be located and what is a good start content?
I'm using plain java for developing a desktop application. So no webserver etc...
You can set the location of your log4j.properties from inside your java app by using:
More information is available here: https://logging.apache.org/log4j/1.2/manual.html
For testing, a quick-dirty way including setting log level: