Skip to content

Commit

Permalink
Merge branch 'GDO-770' into 'master'
Browse files Browse the repository at this point in the history
PingDataConsole logging

Closes GDO-770

See merge request devops-program/docker-builds!451
  • Loading branch information
timothynguyen90 committed Apr 29, 2021
2 parents 01e53e0 + cb2909e commit f2994db
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# see http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties
spring:
profiles.active: default
main.show-banner: false
thymeleaf.cache: true
thymeleaf.prefix: classpath:/public/app/
resources:
cache-period: 31536000 # 1 year
add-mappings: false # use our custom mappings instead of the defaults
mvc:
favicon.enabled: false

#################### WARNING ####################
# Increasing the log levels may cause sensitive information to be logged.
# Appropriate precautions should be taken when doing so.
#################### WARNING ####################
logging:
level:
root: WARN
com.unboundid: TRACE
org.thymeleaf: WARN
ch.qos.logback: WARN
logging.console: true
log.file: /opt/out/instance/logs/console.log
login.hide-server: false

0 comments on commit f2994db

Please sign in to comment.