Erweiterungen

This commit is contained in:
2025-09-25 22:13:25 +02:00
parent 4208e5d86f
commit 8d3f8208e1
5 changed files with 29 additions and 10 deletions

View File

@@ -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