Hello Mahout Users! I am fairly new to Java. I am working through the examples in the book MIA. When I run my simple recommender program in eclipse, I see a lot of logging messages. For instance:
Oct 4, 2010 4:03:36 PM org.slf4j.impl.JCLLoggerAdapter info INFO: Evaluated with user 633 in 22ms Oct 4, 2010 4:03:36 PM org.slf4j.impl.JCLLoggerAdapter info INFO: Precision/recall/fall-out: 0.006666666666666665 / 0.004873294346978557 / 7.504206515457761E-4 Oct 4, 2010 4:03:36 PM org.slf4j.impl.JCLLoggerAdapter info INFO: Processed 943 users So, easy question: Is it possible to set the logging levels with an xml or properties file? How do I go about this? Thanks Chris S.
