From 635a89da9182b95ecf75257a119570c287db6519 Mon Sep 17 00:00:00 2001 From: Nick Palladino Date: Fri, 29 May 2020 11:21:54 -0400 Subject: [PATCH 1/3] Added logger config for org.breedinginsight --- src/main/resources/logback.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 6010eb523..462693ba0 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -9,7 +9,11 @@ - + + + + + From 5a35d9e074a3cc54d9de374e0bba84fc05eb9811 Mon Sep 17 00:00:00 2001 From: Nick Palladino Date: Fri, 29 May 2020 11:38:04 -0400 Subject: [PATCH 2/3] Removed appender as it's inherited from root --- src/main/resources/logback.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 462693ba0..b9d68b6f1 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -9,9 +9,7 @@ - - - + From d766a274a506988f6f3f7fa9baa86a258cb9ed5c Mon Sep 17 00:00:00 2001 From: Nick Palladino Date: Mon, 1 Jun 2020 11:41:50 -0400 Subject: [PATCH 3/3] Changed org.breedinginsight logger level to DEBUG --- src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index b9d68b6f1..c0174ce74 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -9,7 +9,7 @@ - +