Update XOS and services to use newer logging components
Change-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c
diff --git a/xos-services/vspgwc/templates/_helpers.tpl b/xos-services/vspgwc/templates/_helpers.tpl
index 8cc7bd0..2649c11 100644
--- a/xos-services/vspgwc/templates/_helpers.tpl
+++ b/xos-services/vspgwc/templates/_helpers.tpl
@@ -63,12 +63,12 @@
maxBytes: 10485760
backupCount: 5
kafka:
- class: kafkaloghandler.kafkaloghandler.KafkaLogHandler
+ class: kafkaloghandler.KafkaLogHandler
bootstrap_servers:
- "cord-kafka:9092"
topic: xos.log.vspgwc
loggers:
- 'multistructlog':
+ '':
handlers:
- console
- file
@@ -78,4 +78,3 @@
enabled: {{ .Values.global.proxySshEnabled }}
user: {{ .Values.global.proxySshUser }}
{{- end -}}
-