From 763724b04d25d07fce5559c1d7a6c12badab937c Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Wed, 21 Aug 2019 15:27:46 +0200 Subject: Moved Config Files From main/resources/ To test/resources/config - Reason: Integration tests need configuration, but config files should not be packaged into the final artifact. - Update paths. --- src/main/resources/logback_config.xml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/main/resources/logback_config.xml (limited to 'src/main/resources/logback_config.xml') diff --git a/src/main/resources/logback_config.xml b/src/main/resources/logback_config.xml deleted file mode 100644 index 03c3834..0000000 --- a/src/main/resources/logback_config.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - %5p | %d{dd HH:mm:ss,SSS} | %20.20c | %10t | %m%n - - - - - - -- cgit v1.2.3