Hey, In " https://spark.incubator.apache.org/docs/0.8.1/configuration.html#configuring-logging " It states: *"Spark uses log4j <http://logging.apache.org/log4j/> for logging. You can configure it by adding a log4j.properties file in the conf directory. One way to start is to copy the existing log4j.properties.template located there."*
I did as specified and added a log4j.properties file in the spark conf directory. However this did not suppress any logging. However if I launch spark from a directory that contains a log4j.properties file, it does get read in. Does the docs need re-writing, or is this a bug? tks, Shay
