Remove line numbers from default logback.xml

ninja patch by benedict for CASSANDRA-9084
This commit is contained in:
Benedict Elliott Smith 2015-04-03 23:22:57 +01:00
parent 57e1a26547
commit 77c40dfc49
2 changed files with 2 additions and 1 deletions

View File

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

View File

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