]> SALOME platform Git repositories - tools/siman.git/blob
Salome HOME
fbb1da6b54a56b026986449dcc2ac1bb22e3caef
[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 # Generated file header
18 file.header=Don't edit manually. See the source at @config.src.dir@/templates.
19
20
21
22
23