Merge "Issue #2142 disable stacktraces on hibernate log to save disk space" into development

Former-commit-id: 27077fbafdaa938f8bb66f293c87dcb98a52e75a
This commit is contained in:
Richard Peter 2013-08-29 12:30:08 -05:00 committed by Gerrit Code Review
commit 462e43de37
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
</rollingPolicy>
<encoder>
<pattern>%-5p %d [%t] %c{0}: %m%n</pattern>
<pattern>%-5p %d [%t] %c{0}: %m%n %nopex</pattern>
</encoder>
</appender>

View file

@ -18,7 +18,7 @@
</rollingPolicy>
<encoder>
<pattern>%-5p %d [%t] %c{0}: %m%n</pattern>
<pattern>%-5p %d [%t] %c{0}: %m%n %nopex</pattern>
</encoder>
</appender>