Configuring Apache Spark Logging with Maven and logback and finally throwing message to Loggly
问题 I'm having trouble getting my Spark Application to ignore Log4j, in order to use Logback. One of the reasons i'm trying to use logback, is for the loggly appender it supports. I have the following dependencies and exclusions in my pom file. (versions are in my dependency manager in main pom library.) <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <version>${spark.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j<