turned off logging request details

This commit is contained in:
Rohan Sircar 2020-05-22 10:18:36 +05:30
parent 430c0c131a
commit 3a5256eec4

View File

@ -4,28 +4,22 @@
#spring.datasource.username = chatto_user #spring.datasource.username = chatto_user
#spring.datasource.password = password #spring.datasource.password = password
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
## Hibernate Properties ## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database # The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
# Hibernate ddl auto (create, create-drop, validate, update) # Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto=validate spring.jpa.hibernate.ddl-auto=validate
spring.jpa.open-in-view=false spring.jpa.open-in-view=false
logging.level.org.hibernate.stat=debug logging.level.org.hibernate.stat=debug
logging.level.org.springframework.web=DEBUG logging.level.org.springframework.web=DEBUG
logging.level.web=DEBUG logging.level.web=DEBUG
logging.level.org.hibernate.SQL=DEBUG logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
spring.http.log-request-details=true # spring.http.log-request-details=true
#spring.jackson.date-format=yyyy-MM-d #spring.jackson.date-format=yyyy-MM-d
spring.jackson.serialization.write-dates-as-timestamps=false spring.jackson.serialization.write-dates-as-timestamps=false
spring.cache.jcache.config=classpath:ehcache.xml spring.cache.jcache.config=classpath:ehcache.xml
logging.level.org.springframework.cache=DEBUG logging.level.org.springframework.cache=DEBUG
chatto.token.timeout-duration=1
chatto.token.timeout-duration=30
chat-bundle=bundle.js chat-bundle=bundle.js
# spring.devtools.add-properties=false # spring.devtools.add-properties=false