Update XOS and services to use newer logging components

Change-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c
diff --git a/xos-services/vsg-hw/Chart.yaml b/xos-services/vsg-hw/Chart.yaml
index 40bf934..ca83546 100644
--- a/xos-services/vsg-hw/Chart.yaml
+++ b/xos-services/vsg-hw/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "vsg-hw" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 1.0.1
-appVersion: 1.0.1
+version: 1.0.2
+appVersion: 1.0.2
diff --git a/xos-services/vsg-hw/templates/_helpers.tpl b/xos-services/vsg-hw/templates/_helpers.tpl
index facf592..3f0a5ea 100644
--- a/xos-services/vsg-hw/templates/_helpers.tpl
+++ b/xos-services/vsg-hw/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.vsg-hw
   loggers:
-    'multistructlog':
+    '':
       handlers:
         - console
         - file