Ankur Gupta created SPARK-26753: ----------------------------------- Summary: Log4j customization not working for spark-shell Key: SPARK-26753 URL: https://issues.apache.org/jira/browse/SPARK-26753 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 3.0.0 Reporter: Ankur Gupta
It's pretty common to add log4j entries to customize the level of specific loggers. e.g. adding the following to log4j.properties: {code:java} log4j.logger.org.apache.spark.deploy.security=DEBUG {code} This works fine on previous releases but not for the current build for spark-shell. This is probably caused by SPARK-25118. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org