Repository: cassandra Updated Branches: refs/heads/trunk 97d9a6b73 -> 184f5b3ad
revert CASSANDRA-9084 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/184f5b3a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/184f5b3a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/184f5b3a Branch: refs/heads/trunk Commit: 184f5b3ad470862b6f624cd17d6f379cd2cb24fe Parents: 97d9a6b Author: Benedict Elliott Smith <[email protected]> Authored: Fri May 1 13:59:03 2015 +0100 Committer: Benedict Elliott Smith <[email protected]> Committed: Fri May 1 13:59:03 2015 +0100 ---------------------------------------------------------------------- CHANGES.txt | 1 - conf/logback.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/184f5b3a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 28fa17d..50c9ff0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,6 @@ * Add user/role permissions for user-defined functions (CASSANDRA-7557) * Allow cassandra config to be updated to restart daemon without unloading classes (CASSANDRA-9046) * Don't initialize compaction writer before checking if iter is empty (CASSANDRA-9117) - * 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/184f5b3a/conf/logback.xml ---------------------------------------------------------------------- diff --git a/conf/logback.xml b/conf/logback.xml index 1c94a2c..e170d41 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -31,7 +31,7 @@ <maxFileSize>20MB</maxFileSize> </triggeringPolicy> <encoder> - <pattern>%-5level [%thread] %date{ISO8601} %F: %msg%n</pattern> + <pattern>%-5level [%thread] %date{ISO8601} %F:%L - %msg%n</pattern> <!-- old-style log format <pattern>%5level [%thread] %date{ISO8601} %F (line %L) %msg%n</pattern> -->
