Salome HOME
Siman codebase is refactored. Spring beans are introduced in the context.
[tools/siman.git] / Workspace / Siman / conf / debug.properties
index d6e03a832caf663cd8a76ce02e63af800e2125e5..0ac18cd672ad85094272047401dc95e612cb9889 100644 (file)
@@ -2,6 +2,8 @@
 connection.url=jdbc:mysql://localhost/simer
 connection.username=simer
 connection.password=admin
+#connection.driver_class=com.mysql.jdbc.Driver
+connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
 
 # Hibernate config
 hbm2ddl.auto=update
@@ -10,7 +12,7 @@ hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
 # Log properties
 hibernate.show_sql=true
 root.logger.appender=<appender-ref ref="console"/>
-root.logger.level=INFO
+root.logger.level=DEBUG
 com.opensymphony.logger.level=DEBUG
 org.apache.struts2.logger.level=DEBUG
 org.springframework.logger.level=DEBUG