Issue #2142 disable stacktraces on hibernate log to save disk space

Change-Id: I98b3cf30c9c02c74f328a9498494fe5b23357b53

Former-commit-id: a90baa1666 [formerly b4c8df3ba3] [formerly 79094f60a9] [formerly a90baa1666 [formerly b4c8df3ba3] [formerly 79094f60a9] [formerly c842b6d439 [formerly 79094f60a9 [formerly 4ac272dd8824c4f07004c503e68d03b05109cd50]]]]
Former-commit-id: c842b6d439
Former-commit-id: 43c3b38418 [formerly c5ab4b2048] [formerly d7d1d5afa193506fa607067acb9cc054525595a6 [formerly d2e6fa6b8d]]
Former-commit-id: 115f1b1d7df3d4ec02f44f44e6d061188aeb1bb6 [formerly 6d987cc508]
Former-commit-id: be11ec53ed
This commit is contained in:
Nate Jensen 2013-08-29 12:23:39 -05:00
parent 94a02050bf
commit f4ef7d7820
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>