Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12697#discussion_r61066147
  
    --- Diff: conf/log4j.properties.template ---
    @@ -38,3 +38,14 @@ log4j.logger.parquet=ERROR
     # SPARK-9183: Settings to avoid annoying messages when looking up 
nonexistent UDFs in SparkSQL with Hive support
     log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=FATAL
     log4j.logger.org.apache.hadoop.hive.ql.exec.FunctionRegistry=ERROR
    +
    +# SPARK-14754: Metrics as logs are not coming through slf4j.
    +#log4j.logger.org.apache.spark.metrics=INFO, metricFileAppender
    +#log4j.additivity.org.apache.spark.metrics=true
    +
    +#log4j.appender.metricFileAppender=org.apache.log4j.RollingFileAppender
    +#log4j.appender.metricFileAppender.File=${logFilePath}
    +#log4j.appender.metricFileAppender.MaxFileSize=10MB
    --- End diff --
    
    I still don't think this has been addressed. It shouldn't need a new 
appender, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to