mirror of https://github.com/apache/cassandra
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:
parent
f55cb88ab5
commit
3e95c5b0c5
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
<maxFlushTime>0</maxFlushTime>
|
||||
<queueSize>1024</queueSize>
|
||||
<appender-ref ref="TEE"/>
|
||||
<includeCallerData>true</includeCallerData>
|
||||
</appender>
|
||||
|
||||
<root level="DEBUG">
|
||||
|
|
|
|||
Loading…
Reference in New Issue