INFO logging

View: New views
1 Messages — Rating Filter:   Alert me  

INFO logging

by Billy Pearson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just download trunk and started testing and I get this in hbase log

every block written show these 4 lines this makes the hbase log way to hard
to watch as process happen

2008-01-21 02:35:40,675 INFO org.apache.hadoop.fs.DFSClient: Allocating new
block
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: pipeline =
10.0.0.4:50010
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: pipeline =
10.0.0.2:50010
2008-01-21 02:35:40,680 INFO org.apache.hadoop.fs.DFSClient: Connecting to
10.0.0.4:50010

should this level of logging be done with INFO or DEBUG?

Billy