diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |