From 3767d27c5e83159356f3680d20a773655f92b442 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 19 Aug 2024 14:35:34 +0100 Subject: [PATCH] fix: plugin-driver using threads cannot read if file logging enabled affects windows - see https://github.com/pact-foundation/pact-plugins/pull/69 --- modules/plugin/src/main/resources/logback.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/plugin/src/main/resources/logback.xml b/modules/plugin/src/main/resources/logback.xml index 26130cf..f9d4252 100644 --- a/modules/plugin/src/main/resources/logback.xml +++ b/modules/plugin/src/main/resources/logback.xml @@ -6,16 +6,13 @@ - + logs/plugin.%d{yyyy-MM-dd}.%i.log - 50MB - 30 @@ -26,11 +23,11 @@ true - + --> - +