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
8 hibernate.hbm2ddl.auto=update
9 hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10 hibernate.current_session_context_class=thread
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
25 # Generated file header
26 file.header=Don't edit manually. See the source in @config.src.dir@.