Erweiterungen
This commit is contained in:
@@ -3,10 +3,19 @@ server.address=0.0.0.0
|
||||
|
||||
# Default active profile
|
||||
spring.profiles.active=dev
|
||||
|
||||
# Logging configuration
|
||||
logging.level.org.atmosphere=warn
|
||||
logging.level.de.assecutor.votianlt=INFO
|
||||
logging.level.de.assecutor.votianlt.controller.MessageController=DEBUG
|
||||
logging.level.de.assecutor.votianlt.config.MongoConfig=DEBUG
|
||||
|
||||
# File logging configuration
|
||||
logging.file.name=logs/votianlt.log
|
||||
logging.logback.rollingpolicy.max-file-size=10MB
|
||||
logging.logback.rollingpolicy.max-history=30
|
||||
logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
|
||||
logging.pattern.console=%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
|
||||
spring.mustache.check-template-location=false
|
||||
|
||||
# Launch the default browser when starting the application in development mode
|
||||
|
||||
Reference in New Issue
Block a user