Github user mridulm commented on a diff in the pull request:
https://github.com/apache/spark/pull/852#discussion_r12937602
--- Diff: conf/log4j.properties.template ---
@@ -1,11 +1,18 @@
-# Set everything to be logged to the console
-log4j.rootCategory=INFO, console
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.target=System.err
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p
%c{1}: %m%n
+# Log INFO and above to stdout
+log4j.rootCategory=INFO, stdout, stderr
--- End diff --
Btw, comment says log to stdout, but stderr is also included ?
---
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.
---