Update XOS and services to use newer logging components

Change-Id: I6ed3e964538417c655dbb888d1c08d1392293e5c
diff --git a/xos-services/vrouter/Chart.yaml b/xos-services/vrouter/Chart.yaml
index 582aa63..a20efd4 100644
--- a/xos-services/vrouter/Chart.yaml
+++ b/xos-services/vrouter/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart for XOS's "vRouter" service
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 2.0.1
-appVersion: 2.0.1
+version: 2.0.3
+appVersion: 2.0.3
diff --git a/xos-services/vrouter/templates/_helpers.tpl b/xos-services/vrouter/templates/_helpers.tpl
index ef4b394..ae5e80b 100644
--- a/xos-services/vrouter/templates/_helpers.tpl
+++ b/xos-services/vrouter/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.vrouter
   loggers:
-    'multistructlog':
+    '':
       handlers:
         - console
         - file