From aee166218757be18efdf5ad053d2f9cf386ac391 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 30 Aug 2024 12:31:40 +0100 Subject: [PATCH] fix(win): fix plugin startup / use FileAppender issues on reading the plugin startup message when using system threads over tokio tasks, seem to be due to the RollingFileAppender --- modules/plugin/src/main/resources/logback.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/modules/plugin/src/main/resources/logback.xml b/modules/plugin/src/main/resources/logback.xml index 26130cf..0e91aa4 100644 --- a/modules/plugin/src/main/resources/logback.xml +++ b/modules/plugin/src/main/resources/logback.xml @@ -6,18 +6,8 @@ - + logs/plugin.log - - - logs/plugin.%d{yyyy-MM-dd}.%i.log - - - 50MB - - - 30 - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{50}:%line - %message%n%xException{10}