From 1141b82d6804bb0df650d6e5a0c48163673c2df1 Mon Sep 17 00:00:00 2001 From: Dave Brosius Date: Tue, 19 Nov 2013 20:01:17 -0500 Subject: [PATCH] fix file logger layout to not dump stacktrace over lines --- conf/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logback.xml b/conf/logback.xml index 96ea2d78af..363faeecc8 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -12,7 +12,7 @@ 20MB - %-5level [%thread] %date{ISO8601} %caller{1} - %msg%n + %-5level [%thread] %date{ISO8601} %F:%L - %msg%n