From e7494487f2b91d50d8dc8b5f7c628a2222944d23 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Wed, 6 Sep 2023 12:11:01 +0200 Subject: [PATCH] Remove the 'logback.xml' file from this plugin, as it gets included in the package and unintentionally gets used by applications. --- plugin/grails-app/conf/logback.xml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugin/grails-app/conf/logback.xml diff --git a/plugin/grails-app/conf/logback.xml b/plugin/grails-app/conf/logback.xml deleted file mode 100644 index e4ebaea9c..000000000 --- a/plugin/grails-app/conf/logback.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - UTF-8 - %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex - - - - - - - - \ No newline at end of file