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

@@ -1,13 +1,17 @@
Configuration:
name: DefaultLogger
Appenders:
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: info
Policies:
OnStartupTriggeringPolicy:
minSize: 0
Loggers:
Root:
level: info