update project

This commit is contained in:
2025-07-29 12:55:05 +02:00
committed by swordsteel
parent b80cfacaaf
commit 791b7aca36
5 changed files with 10 additions and 20 deletions

View File

@@ -18,16 +18,17 @@ spring:
management:
endpoints:
enabled-by-default: false
access:
default: none
web:
exposure:
include: "health,info"
endpoint:
health:
enabled: true
show-details: always
access: read_only
info:
enabled: true
access: read_only
influx:
metrics:
export:

View File

@@ -1,11 +0,0 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
<logger level="DEBUG" name="ltd.hlaeja"/>
</configuration>