diff options
author | Christophe Closset <cc697w@intl.att.com> | 2018-05-15 13:22:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-15 13:22:41 +0000 |
commit | 488b11d7ee22de7ae6bc5269348dd24c50f49050 (patch) | |
tree | 5fadebf9935f29656e5d4310d76e15ae2dcf726c /src/main/resources/system.properties | |
parent | a5807baecee98351bc162c9827dd279ecf5bf807 (diff) | |
parent | 12d39d3873ced59a1b10f8ce3a7a90c33328641c (diff) |
Merge "Fix log location"
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 |