diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-02 15:35:56 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-02 15:35:56 +0100 |
commit | e8841df18b34ca299a7ee4effb387e3f9faa4843 (patch) | |
tree | fb192759d826da75ef9d63e833604f948bd6b07f /dpo/spec | |
parent | 104a06b9cc074d77d46e6b6fc5150a951fb780b7 (diff) |
Align HV-VES component spec. Add log directory.
Issue-ID: DCAEGEN2-2441
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Icd0b99b2a79d9bbead035964ce30ac3cd33f2b4d
Diffstat (limited to 'dpo/spec')
-rw-r--r-- | dpo/spec/hv-ves-collector.componentspec.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dpo/spec/hv-ves-collector.componentspec.json b/dpo/spec/hv-ves-collector.componentspec.json index b349dc7c..f9053a41 100644 --- a/dpo/spec/hv-ves-collector.componentspec.json +++ b/dpo/spec/hv-ves-collector.componentspec.json @@ -112,6 +112,9 @@ "timeout": "2s", "script": "/opt/ves-hv-collector/healthcheck.sh" }, + "log_info": { + "log_directory": "/var/log/ONAP/dcae-hv-ves-collector/" + }, "tls_info": { "cert_directory": "/etc/ves-hv/ssl/", "use_tls": true, |