aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/logback.xml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-04-30 16:27:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-30 16:27:55 +0000
commit716e7f240c2f4a71d48e7708aa27194db2dd7f21 (patch)
treef027c16c6dd15174120ce0210054654404795361 /src/test/resources/logback.xml
parent7128e968c7263bae3451221c5826e352e2c13580 (diff)
parente651abed417b8a173a0745042c7dc5b20c0b7036 (diff)
Merge "Convert Babel from AJSC2 to Spring Boot 1.5.12"
Diffstat (limited to 'src/test/resources/logback.xml')
-rw-r--r--src/test/resources/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml
index 4f51317..376eb79 100644
--- a/src/test/resources/logback.xml
+++ b/src/test/resources/logback.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="30 seconds" debug="true">
<property name="componentName" value="AAI-BAS" />
- <property name="logDirectory" value="${AJSC_HOME}/logs/${componentName}" />
+ <property name="logDirectory" value="./logs/${componentName}" />
<!-- default EELF log file names -->
<property name="generalLogName" value="error" />