Fix #1929: Suppress logging hibernate internals (#2158)

* chore: suppress logging of hibernate internals

* chore: use non-obsolete hibernate namespace
This commit is contained in:
Robert Volkmann
2022-10-30 17:40:25 +02:00
committed by GitHub
parent 9dc91d8826
commit 2b2947950c
3 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ We use `Hibernate` to resolve the mapping and connect to our database, here's it
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- JDBC Database connection settings -->