diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-05-01 17:16:13 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-05-01 17:17:59 +0100 |
commit | 697fe0f1d00668a047dc49878dd0ab98618fa609 (patch) | |
tree | 01a7c5a9c8ebcc0623482804471925dffd274d38 /src/main | |
parent | ddecfbc623951cf72b818ca93da91648a4ffae7a (diff) |
Import Spring Boot Logging base resourcev1.2.0
Issue-ID: AAI-1110
Change-Id: Iab0ba2130e1131c938e0c9dbc7ba33cef8db75de
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/logback.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 6b7c2c1..e3e96bd 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,4 +1,5 @@ <configuration scan="true" scanPeriod="3 seconds" debug="false"> + <include resource="org/springframework/boot/logging/logback/base.xml" /> <property name="logDir" value="${AJSC_HOME}/logs" /> <property name="componentName" value="AAI-ML"></property> |