Update XOS and services to use newer logging components

Change-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c
diff --git a/xos-services/mcord-subscriber/Chart.yaml b/xos-services/mcord-subscriber/Chart.yaml
index 01109e5..794cd2a 100644
--- a/xos-services/mcord-subscriber/Chart.yaml
+++ b/xos-services/mcord-subscriber/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart that creates a subscriber for the "mcord" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.0.1
-appVersion: 2.0.1
+version: 2.0.2
+appVersion: 2.0.2
diff --git a/xos-services/mcord-subscriber/templates/_helpers.tpl b/xos-services/mcord-subscriber/templates/_helpers.tpl
index cf10579..a8ef696 100644
--- a/xos-services/mcord-subscriber/templates/_helpers.tpl
+++ b/xos-services/mcord-subscriber/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.mcord-subscriber
   loggers:
-    'multistructlog':
+    '':
       handlers:
         - console
         - file