Github user squito commented on the pull request:

    https://github.com/apache/spark/pull/3029#issuecomment-63149772
  
    Sorry for my delay in responding ...
    
    (a) I think this DOES add a lot of value over the std INFO logging.  One 
log line per task completion is *much* noisier than what I'm proposing here, 
for a job with hundreds of tasks that completes in a few seconds (at least for 
me, a very common case).
    
    (b) I think changing the logging configuration to be INFO for this, and 
leaving at WARN for everything else, is pretty easy.  The other comments above 
already request this be moved into a `SparkListener`, so you would just add a 
line:
    
    ```
    log4j.logger.org.apache.spark.reporter.JobProgressConsoleReporter=INFO
    ```
    
    (though I realize now that I actually am not sure where the logging setup 
for the examples is configured ...)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to