Details
Description
I've been trying to customize flume's internal logging through log4j.properties file.
But it seems like there's a small typo in conf/log4j.properties, threshhold => threshold.
I have checked the sources at https://github.com/cloudera/flume/blob/master/conf/log4j.properties and the typo is here @ line 27.
More a cosmetic issue than a real problem