aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/Logging.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-167/+0
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-141-6/+6
* [SPARK-9307][CORE][SPARK] Logging: Make it either stable or privateSean Owen2016-02-101-6/+2
* [SPARK-11929][CORE] Make the repl log4j configuration override the root logger.Marcelo Vanzin2015-11-241-22/+23
* [SPARK-11165] Logging trait should be private - not DeveloperApi.Reynold Xin2015-10-171-3/+2
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+1
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-0/+2
* [SPARK-7261] [CORE] Change default log level to WARN in the REPLzsxwing2015-06-101-7/+19
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-021-3/+7
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-011-24/+15
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-011-15/+24
* SPARK-2646. log4j initialization not quite compatible with log4j 2.xSean Owen2014-07-311-11/+12
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-131-2/+2
* Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPLwitgo2014-04-101-4/+16
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-0/+7
* SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being usedPatrick Wendell2014-03-081-2/+5
* Revert "Merge pull request #560 from pwendell/logging. Closes #560."Patrick Wendell2014-02-091-5/+2
* Merge pull request #560 from pwendell/logging. Closes #560.Patrick Wendell2014-02-081-2/+5
* Adjusted visibility of various components.Reynold Xin2014-01-131-1/+1
* Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-121-1/+1
* Add log4j exclusion rule to maven.Patrick Wendell2014-01-071-4/+6
* Adding outer checkout when initializing loggingPatrick Wendell2013-12-311-3/+5
* Tiny typo fixPatrick Wendell2013-12-311-2/+2
* Minor fixesPatrick Wendell2013-12-301-2/+2
* Removing initLogging entirelyPatrick Wendell2013-12-301-3/+20
* Response to Shivaram's reviewPatrick Wendell2013-12-301-1/+1
* SPARK-1008: Logging improvmentsPatrick Wendell2013-12-291-3/+15
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-0/+95