From 3acbae6bf3be04f352bfaac340b8303064a2f7c4 Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3)" Date: Tue, 20 Feb 2018 16:50:44 -0500 Subject: Applying bug fixes To many overlapping changes so including all of them. When pushing individually build was breaking. Issue-ID: MUSIC-33,MUSIC-34,MUSIC-35,MUSIC-36,MUSIC-37 Change-Id: I15b6f7c683d0d2eeadd99c2376dedd6c43a67a8c Signed-off-by: Thomas Nelson Jr (arthurdent3) --- src/main/resources/logback.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main/resources/logback.xml') diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 5378ebaf..fe7f54ae 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -38,10 +38,11 @@ - + + - + @@ -75,7 +76,7 @@ 5MB - ${defaultPattern} + ${applicationLoggerPattern} @@ -189,7 +190,7 @@ 5MB - ${defaultPattern} + ${errorLoggerPattern} @@ -213,7 +214,7 @@ 5MB - ${defaultPattern} + ${debugLoggerPattern} -- cgit 1.2.3-korg