diff options
author | xg353y <xg353y@intl.att.com> | 2018-08-10 09:28:01 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2018-08-10 10:12:16 +0200 |
commit | 00fd66d0e738d6396527ae8c0eb1d8a8fe5c88a4 (patch) | |
tree | fe52a8a56ee3bf0a97624a85b1b0cd7b62d06101 /src/main/resources/application-noaaf.properties | |
parent | 499e4e89cb68c99547df5632df358847b62ccc3f (diff) |
Update Logging Specifications
Update logging related parameters basedon the ONAP logging specification
v1.2
Issue-ID: CLAMP-203, CLAMP-204, CLAMP-205
Change-Id: Ide7608e289f647862be8db6eb3d7bf11b6e7218a
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index db817a0ea..35895539b 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -104,7 +104,7 @@ async.queue.capacity=500 #com.att.eelf.logging.path= com.att.eelf.logging.file=logback-default.xml #The log folder that will be used in logback.xml file -clamp.config.log.path=/var/log/onap +clamp.config.log.path=/var/log/ONAP/clamp clamp.config.files.systemProperties=classpath:/system.properties clamp.config.files.cldsUsers=classpath:/clds/clds-users.json clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json |