Fix logging on installed app

This commit is contained in:
RatzzFatzz
2025-02-03 01:13:15 +01:00
parent f3accd77d6
commit 4fa5448e1c
4 changed files with 141 additions and 79 deletions

View File

@@ -7,13 +7,17 @@ Configuration:
Pattern: "%d{DEFAULT} | %-5level | %thread | %msg %n %throwable"
ThresholdFilter:
level: debug
File:
RollingFile:
name: FileAppender
fileName: default.log
fileName: logs/application.log
filePattern: logs/archive/application-%d{yyyy-MM-dd}-%i.log
PatternLayout:
Pattern: "%d{DEFAULT} | %-5level | %thread | %msg %n %throwable"
ThresholdFilter:
level: debug
Policies:
OnStartupTriggeringPolicy:
minSize: 0
Loggers:
Root:
level: debug