aboutsummaryrefslogtreecommitdiff
path: root/R/log4j.properties
diff options
context:
space:
mode:
authorandrewor14 <andrew@databricks.com>2015-06-15 08:16:22 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-06-15 08:16:22 -0700
commit56d4e8a2d0f6aab9a599cd8733e20500ffe8fc8a (patch)
tree21af293b330b5bb217fb124daa999be4a20967cb /R/log4j.properties
parent4c5889e8f5fd384a3a33e49d75a64cde95d2c9f3 (diff)
downloadspark-56d4e8a2d0f6aab9a599cd8733e20500ffe8fc8a.tar.gz
spark-56d4e8a2d0f6aab9a599cd8733e20500ffe8fc8a.tar.bz2
spark-56d4e8a2d0f6aab9a599cd8733e20500ffe8fc8a.zip
[SPARK-8350] [R] Log R unit test output to "unit-tests.log"
Right now it's logged to "R-unit-tests.log". Jenkins currently only archives files named "unit-tests.log", and this is what all other modules (e.g. SQL, network, REPL) use. 1. We should be consistent 2. I don't want to reconfigure Jenkins to accept a different file shivaram Author: andrewor14 <andrew@databricks.com> Author: Andrew Or <andrew@databricks.com> Closes #6807 from andrewor14/r-logs and squashes the following commits: 96005d2 [andrewor14] Nest unit-tests.log further until R 407c46c [andrewor14] Add target to log path d7b68ae [Andrew Or] Log R unit test output to "unit-tests.log"
Diffstat (limited to 'R/log4j.properties')
-rw-r--r--R/log4j.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/log4j.properties b/R/log4j.properties
index 701adb2a3d..cce8d9152d 100644
--- a/R/log4j.properties
+++ b/R/log4j.properties
@@ -19,7 +19,7 @@
log4j.rootCategory=INFO, file
log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.append=true
-log4j.appender.file.file=R-unit-tests.log
+log4j.appender.file.file=R/target/unit-tests.log
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss.SSS} %t %p %c{1}: %m%n