diff options
author | su622b <sunil.unnava@att.com> | 2018-05-03 13:29:09 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-05-03 13:29:54 -0400 |
commit | 4e794ec84f43347edf2ce91ab5f73113f75e760b (patch) | |
tree | 9507ee2764d2680516bbd58fd4bd00d9c384d241 /pom.xml | |
parent | e269fe737c23241e6cd9f70edec81a5b2d51025f (diff) |
Changes for removing log folders creation
Issue-ID: DMAAP-140
Change-Id: Ia87673ff15bc3d599deafc171826fc31498af417
Signed-off-by: su622b <sunil.unnava@att.com>
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> |