]> SALOME platform Git repositories - tools/siman.git/blob
Salome HOME
b5bae752e340a85b28c263ce9465a280d488dc01
[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 # Copy output to the console
9 root.logger.appender=<appender-ref ref="console"/>
10 root.logger.level=INFO
11 com.opensymphony.logger.level=DEBUG
12 org.apache.struts2.logger.level=DEBUG
13 org.springframework.logger.level=DEBUG
14 org.hibernate.logger.level=DEBUG
15 org.splat.siman.logger.level=DEBUG
16 log4j.logger.org.hibernate.logger.level=DEBUG
17
18
19
20
21
22
23