Skip to content

Commit

Permalink
Disable StatefulPersistenceContext warn log, see https://forum.hibern…
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed May 22, 2017
1 parent 242116a commit af69d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

<logger name="org.n52" level="${config.logger.level}" />
<logger name="org.springframework" level="WARN" />
<logger name="org.hibernate.engine.internal.StatefulPersistenceContext" level="ERROR" />

<root level="INFO">
<appender-ref ref="FILE" />
Expand Down

0 comments on commit af69d65

Please sign in to comment.