mirror of https://github.com/apache/cassandra
Remove line numbers from default logback.xml
ninja patch by benedict for CASSANDRA-9084
This commit is contained in:
parent
57e1a26547
commit
77c40dfc49
|
|
@ -1,4 +1,5 @@
|
|||
3.0
|
||||
* Remove line number generation from default logback.xml
|
||||
* Don't execute any functions at prepare-time (CASSANDRA-9037)
|
||||
* Share file handles between all instances of a SegmentedFile (CASSANDRA-8893)
|
||||
* Make it possible to major compact LCS (CASSANDRA-7272)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<maxFileSize>20MB</maxFileSize>
|
||||
</triggeringPolicy>
|
||||
<encoder>
|
||||
<pattern>%-5level [%thread] %date{ISO8601} %F:%L - %msg%n</pattern>
|
||||
<pattern>%-5level [%thread] %date{ISO8601} %F: %msg%n</pattern>
|
||||
<!-- old-style log format
|
||||
<pattern>%5level [%thread] %date{ISO8601} %F (line %L) %msg%n</pattern>
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue