Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
BZ-1140733 - org.hibernate.engine.internal.StatisticalLoggingSessionE…
…ventListener too verbose in server.log
  • Loading branch information
dgutierr committed Sep 19, 2014
1 parent dd1f72f commit f83ee1e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ limitations under the License.
<property name="current_session_context_class">thread</property>

<!-- Enable statistics collection -->
<property name="generate_statistics">true</property>
<property name="generate_statistics">false</property>

<!-- Echo all executed SQL to stdout -->
<property name="show_sql">false</property>
Expand Down

0 comments on commit f83ee1e

Please sign in to comment.