Updated Branches: refs/heads/trunk b1db33175 -> 1141b82d6
fix file logger layout to not dump stacktrace over lines Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1141b82d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1141b82d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1141b82d Branch: refs/heads/trunk Commit: 1141b82d6804bb0df650d6e5a0c48163673c2df1 Parents: b1db331 Author: Dave Brosius <dbros...@mebigfatguy.com> Authored: Tue Nov 19 20:01:17 2013 -0500 Committer: Dave Brosius <dbros...@mebigfatguy.com> Committed: Tue Nov 19 20:02:21 2013 -0500 ---------------------------------------------------------------------- conf/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/1141b82d/conf/logback.xml ---------------------------------------------------------------------- diff --git a/conf/logback.xml b/conf/logback.xml index 96ea2d7..363faee 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -12,7 +12,7 @@ <maxFileSize>20MB</maxFileSize> </triggeringPolicy> <encoder> - <pattern>%-5level [%thread] %date{ISO8601} %caller{1} - %msg%n</pattern> + <pattern>%-5level [%thread] %date{ISO8601} %F:%L - %msg%n</pattern> </encoder> </appender>