fix file logger layout to not dump stacktrace over lines

This commit is contained in:
Dave Brosius 2013-11-19 20:01:17 -05:00
parent b1db331757
commit 1141b82d68
1 changed files with 1 additions and 1 deletions

View File

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