First of all, Java is not my usual language, so I\'m quite basic at it. I need to use it for this particular project, so please be patient, and if I have omitted any relevan
In accordance with Christopher Manning's suggestion, I followed this link How to configure slf4j-simple
I created a file src/simplelogger.properties with the line org.slf4j.simpleLogger.defaultLogLevel=warn.
src/simplelogger.properties
org.slf4j.simpleLogger.defaultLogLevel=warn