Set <includeCallerData>true</includeCallerData> in test/conf/logback-test.xml

Patch my Michael Kjellman; Reviewed by Ariel Weisberg for CASSANDRA-13317
This commit is contained in:
Ariel Weisberg 2017-03-22 15:37:16 -04:00
parent f55cb88ab5
commit 3e95c5b0c5
2 changed files with 2 additions and 0 deletions

View File

@ -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).

View File

@ -68,6 +68,7 @@
<maxFlushTime>0</maxFlushTime>
<queueSize>1024</queueSize>
<appender-ref ref="TEE"/>
<includeCallerData>true</includeCallerData>
</appender>
<root level="DEBUG">