Salome HOME
updated scripts
[tools/siman.git] / Workspace / Siman-WS / conf / debug.properties
1 # Connection properties
2 connection.url=jdbc:postgresql://localhost:5432/simer
3 connection.username=simer
4 connection.password=admin
5 connection.driver_class=org.postgresql.Driver
6
7 # Hibernate config
8 hibernate.hbm2ddl.auto=update
9 hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10 hibernate.current_session_context_class=thread
11
12 # Log properties
13 hibernate.show_sql=true
14 root.logger.appender=<appender-ref ref="console"/>
15 root.logger.level=DEBUG
16 com.opensymphony.logger.level=DEBUG
17 org.apache.struts2.logger.level=DEBUG
18 org.springframework.logger.level=DEBUG
19 org.hibernate.logger.level=DEBUG
20 org.splat.siman.logger.level=DEBUG
21 log4j.logger.org.hibernate.logger.level=DEBUG
22 com.opensymphony.xwork2.validator.logger.level=DEBUG
23 org.apache.struts2.interceptor.validation.logger.level=DEBUG
24
25 # Generated file header
26 file.header=Don't edit manually. See the source in @config.src.dir@.
27
28