summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-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>