summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-05-03 13:29:09 -0400
committersu622b <sunil.unnava@att.com>2018-05-03 13:29:54 -0400
commit4e794ec84f43347edf2ce91ab5f73113f75e760b (patch)
tree9507ee2764d2680516bbd58fd4bd00d9c384d241
parente269fe737c23241e6cd9f70edec81a5b2d51025f (diff)
Changes for removing log folders creation
Issue-ID: DMAAP-140 Change-Id: Ia87673ff15bc3d599deafc171826fc31498af417 Signed-off-by: su622b <sunil.unnava@att.com>
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e9b0458..8f2153d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,6 +818,18 @@
<value>${basedir}/ajsc-shared-config/etc/logback.xml</value>
</systemProperty>
<systemProperty>
+ <key>com.att.eelf.logging.file</key>
+ <value>logback.xml</value>
+ </systemProperty>
+ <systemProperty>
+ <key>com.att.eelf.logging.path</key>
+ <value>${basedir}/ajsc-shared-config/etc</value>
+ </systemProperty>
+ <systemProperty>
+ <key>logging.config</key>
+ <value>${basedir}/ajsc-shared-config/etc/logback.xml</value>
+ </systemProperty>
+ <systemProperty>
<key>AJSC_SHARED_CONFIG</key>
<value>${basedir}/ajsc-shared-config</value>
</systemProperty>