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

Former-commit-id: de76798dab [formerly de76798dab [formerly 27077fbafdaa938f8bb66f293c87dcb98a52e75a]]
Former-commit-id: 462e43de37
Former-commit-id: 7c2e72f3d0
This commit is contained in:
Richard Peter 2013-08-29 12:30:08 -05:00 committed by Gerrit Code Review
commit c3285f03e0
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>