Changes for removing log folders creation 29/45929/1
authorsu622b <sunil.unnava@att.com>
Thu, 3 May 2018 17:29:09 +0000 (13:29 -0400)
committersu622b <sunil.unnava@att.com>
Thu, 3 May 2018 17:29:54 +0000 (13:29 -0400)
Issue-ID: DMAAP-140
Change-Id: Ia87673ff15bc3d599deafc171826fc31498af417
Signed-off-by: su622b <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e9b0458..8f2153d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                        <key>logback.configurationFile</key>
                                                                                        <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>