You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by elton sky <el...@gmail.com> on 2010/06/18 03:20:16 UTC

Set LOG.Info in FileInputFormat.java doesn't work!?

 Hello fellas,

problem here. I am trying to get some runtime info in FileInputFormat.java
and I try to use LOG.info(). However it never seems write anything into log
file. I tried to grep the "logs" directory and could not find the info
supposed to be printed out.

Any idea on this?

BTW, any other way I can use to debug like this?

Regards,
Elton