diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 13:52:47 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 13:54:25 +0200 |
commit | 12d39d3873ced59a1b10f8ce3a7a90c33328641c (patch) | |
tree | 8480bb59ba4d7ba970ae0ef36f6ed4442c9c6f15 /src/main/resources/system.properties | |
parent | aa8d13e4fb8ea099c85969de91eff2d89190c366 (diff) |
Fix log location
Fix log location so that it goes into /var/log/onap
Issue-ID: CLAMP-161
Change-Id: Icec87579c7c7be8a0b4069e4152f7f964794c50c
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/system.properties')
-rw-r--r-- | src/main/resources/system.properties | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/system.properties b/src/main/resources/system.properties index 5f6e217d7..0ecba955c 100644 --- a/src/main/resources/system.properties +++ b/src/main/resources/system.properties @@ -21,14 +21,11 @@ # ### -# If the environment property system_properties_path contains a path to a file , System properties created using the file. If the environment variable not present, system.properties in the class path is used for system property creation - com.att.eelf.logging.file=classpath:/logback.xml # change as per logback.xml path com.att.eelf.logging.path=./ logging.config=classpath:/logback.xml - # # JVM SSL/TLS properties jdk.tls.client.protocols=TLSv1.1,TLSv1.2 |