Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.11 f55cb88ab -> 3e95c5b0c
  refs/heads/trunk 6a8f15031 -> 66cd42ef6


Set <includeCallerData>true</includeCallerData> in test/conf/logback-test.xml
Patch my Michael Kjellman; Reviewed by Ariel Weisberg for CASSANDRA-13317


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3e95c5b0
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3e95c5b0
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3e95c5b0

Branch: refs/heads/cassandra-3.11
Commit: 3e95c5b0c574383e7da9a5e152b7be8aa122af9f
Parents: f55cb88
Author: Ariel Weisberg <aweisb...@apple.com>
Authored: Wed Mar 22 15:37:16 2017 -0400
Committer: Ariel Weisberg <aweisb...@apple.com>
Committed: Thu Mar 23 11:31:47 2017 -0400

----------------------------------------------------------------------
 CHANGES.txt                | 1 +
 test/conf/logback-test.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3e95c5b0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f4e48ff..c58fad8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.11.0
+ * Default logging we ship will incorrectly print "?:?" for "%F:%L" pattern 
(CASSANDRA-13317)
  * Possible AssertionError in UnfilteredRowIteratorWithLowerBound 
(CASSANDRA-13366)
  * Support unaligned memory access for AArch64 (CASSANDRA-13326)
  * Improve SASI range iterator efficiency on intersection with an empty range 
(CASSANDRA-12915).

http://git-wip-us.apache.org/repos/asf/cassandra/blob/3e95c5b0/test/conf/logback-test.xml
----------------------------------------------------------------------
diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml
index addce22..48f93bc 100644
--- a/test/conf/logback-test.xml
+++ b/test/conf/logback-test.xml
@@ -68,6 +68,7 @@
       <maxFlushTime>0</maxFlushTime>
       <queueSize>1024</queueSize>
       <appender-ref ref="TEE"/>
+      <includeCallerData>true</includeCallerData>
   </appender>
 
   <root level="DEBUG">

Reply via email to