update predefined environment and logback

This commit is contained in:
2025-08-06 16:23:52 +02:00
parent 590cb40d3e
commit 146255693c
3 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,10 @@
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
<springProfile name="develop|docker">
<springProfile name="development">
<logger level="TRACE" name="ltd.hlaeja"/>
</springProfile>
<springProfile name="docker">
<logger level="DEBUG" name="ltd.hlaeja"/>
</springProfile>
</configuration>