Repository: cassandra Updated Branches: refs/heads/trunk 57e1a2654 -> 77c40dfc4
Remove line numbers from default logback.xml ninja patch by benedict for CASSANDRA-9084 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/77c40dfc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/77c40dfc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/77c40dfc Branch: refs/heads/trunk Commit: 77c40dfc4910654fa0bad5be030d33d487cf2105 Parents: 57e1a26 Author: Benedict Elliott Smith <[email protected]> Authored: Fri Apr 3 23:22:57 2015 +0100 Committer: Benedict Elliott Smith <[email protected]> Committed: Fri Apr 3 23:22:57 2015 +0100 ---------------------------------------------------------------------- CHANGES.txt | 1 + conf/logback.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/77c40dfc/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f351666..9449386 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) http://git-wip-us.apache.org/repos/asf/cassandra/blob/77c40dfc/conf/logback.xml ---------------------------------------------------------------------- diff --git a/conf/logback.xml b/conf/logback.xml index e170d41..1c94a2c 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -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> -->
