Clean-up, disabled SQL logging
This commit is contained in:
		@@ -20,8 +20,6 @@
 | 
			
		||||
				value="org.hibernate.dialect.PostgreSQL95Dialect" /> <!-- DB Dialect -->
 | 
			
		||||
			<property name="hibernate.hbm2ddl.auto" value="update" /> <!-- create / create-drop / update -->
 | 
			
		||||
 | 
			
		||||
			<property name="hibernate.show_sql" value="true" /> <!-- Show SQL in console -->
 | 
			
		||||
			<property name="hibernate.format_sql" value="true" /> <!-- Show SQL formatted -->
 | 
			
		||||
		</properties>
 | 
			
		||||
 | 
			
		||||
	</persistence-unit>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user