]> SALOME platform Git repositories - tools/siman.git/blob
Salome HOME
29ba582e99faa2b8862bfe42d3d5702a94b11a5c
[tools/siman.git] /
1 # Connection properties
2 connection.url=jdbc:mysql://localhost/simer
3 connection.username=simer
4 connection.password=admin
5
6 # Log properties
7 hibernate.show_sql=true
8 root.logger.appender=<appender-ref ref="console"/>
9 root.logger.level=INFO
10 com.opensymphony.logger.level=DEBUG
11 org.apache.struts2.logger.level=DEBUG
12 org.springframework.logger.level=DEBUG
13 org.hibernate.logger.level=DEBUG
14 org.splat.siman.logger.level=DEBUG
15 log4j.logger.org.hibernate.logger.level=DEBUG
16
17
18
19
20
21
22