diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2019-03-22 14:29:29 +0000 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2019-03-22 14:29:29 +0000 |
commit | e1a66425d3ba1df5ae2a8f2b99168707e08b655a (patch) | |
tree | bdfcbdbe4a3dd7286a562f974dec61691e216848 /datafile-app-server/config/application.yaml | |
parent | 4bd281390ed24b278846775c1157f82db81fddbe (diff) |
Local filename updated, stability issues
The local filename is changed so it contains PNF name
instead of the PNF IP address.
The paralellism is restricted to 100 worker threads in order to
solve problems with too many open file descriptors and out of memory.
Logging is improved.
Change-Id: I24ce2e23020cc253a3c7bebac1ab5cf703b5b144
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'datafile-app-server/config/application.yaml')
-rw-r--r-- | datafile-app-server/config/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datafile-app-server/config/application.yaml b/datafile-app-server/config/application.yaml index f2538578..8985b9b8 100644 --- a/datafile-app-server/config/application.yaml +++ b/datafile-app-server/config/application.yaml @@ -15,7 +15,7 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR - org.onap.dcaegen2.collectors.datafile: ERROR + org.onap.dcaegen2.collectors.datafile: WARN file: /var/log/ONAP/application.log app: filepath: /opt/app/datafile/config/datafile_endpoints.json |