You can also do it programatically with:

import org.apache.log4j.Logger
import org.apache.log4j.Level

...

    Logger.getLogger("org").setLevel(Level.WARN)
    Logger.getLogger("akka").setLevel(Level.WARN)



On Sun, Feb 23, 2014 at 11:45 PM, agg <agalaka...@gmail.com> wrote:

> Hey guys,
>
> I am trying to disable all forms of logging to the console while running my
> application using sbt run...I have tried writing a log4j.properties file in
> conf, but can't seem to get it to work. Does anyone know how to accomplish
> this?
>
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Disable-all-spark-logging-tp1960.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>



-- 
Nathan Kronenfeld
Senior Visualization Developer
Oculus Info Inc
2 Berkeley Street, Suite 600,
Toronto, Ontario M5A 4J5
Phone:  +1-416-203-3003 x 238
Email:  nkronenf...@oculusinfo.com

Reply via email to