Yes, well the library logs via SLF4J. When you run the code, you need
to deploy an SLF4J binding to some other logging system you want like
log4j or java.util.logging. You would then configure log messages
through that system.

To shut off these messages, you'd do something like configure all
"org.apache.mahout" messages to only log at level warn or above. How
you do that is specific to the logging system you use.

Sean

On Mon, Jan 25, 2010 at 5:18 PM, James James
<[email protected]> wrote:
> Hi,
>
> Wehn I run the CF I built based on taste, it prints out a lot of messages 
> indicating for example how many users have been processed. Is there any way 
> to suppress this messages? Is there an option I can specify when building the 
> mahout jar file that allows me to suppress these messages?
>
> Thanks,
>
> James
>
>
>

Reply via email to