diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-04 11:59:20 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-04 12:01:08 +0100 |
commit | ecce47106dc57432824df1bc63afb22f62491c1b (patch) | |
tree | 5dfaf53eb695f86cc3c73976052d667565ed1cc7 | |
parent | e8841df18b34ca299a7ee4effb387e3f9faa4843 (diff) |
Align component spec - change log level.
Issue-ID: DCAEGEN2-2441
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I4d41bffa4cdc37ffba0a391daf13f507a8e3b4fb
-rw-r--r-- | dpo/spec/hv-ves-collector.componentspec.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpo/spec/hv-ves-collector.componentspec.json b/dpo/spec/hv-ves-collector.componentspec.json index f9053a41..7937e19b 100644 --- a/dpo/spec/hv-ves-collector.componentspec.json +++ b/dpo/spec/hv-ves-collector.componentspec.json @@ -23,7 +23,7 @@ "parameters": [ { "name": "logLevel", - "value": "DEBUG", + "value": "INFO", "description": "The logging level used for collector classes", "sourced_at_deployment": true, "policy_editable": false, |