You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Ashish Jain <as...@gmail.com> on 2013/07/31 19:10:58 UTC

How to enable logging

Hello,

I have a simple question. I am playing with the page rank application and
want to enable logging. I have added the following lines in the
preApplication, still the logging is not enabled -

Logger.getRootLogger().setLevel(Level.ALL);

How do I switch on logging?

Thanks
Ashish