Artifact
0298235851fcfdcdfc50241f37c3e7aa4a7b4de1:
#Application Config
## DO NOT EDIT THE CONFIG HERE ##
# These are default values that will #
# be used if you don't override them #
# #
# For development/testing override #
# these properties in a file at: #
# #
# config/application.properties #
# #
# which is not committed to GitHub #
########################################
#Spring config
spring.main.web-environment=false
spring.main.banner-mode=off
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
#Logging
logging.level.org.apache.http.wire=DEBUG
logging.level.org.springframework.web.client=DEBUG
logging.level.org.springframework.web.client=TRACE