Collecting etcd/kafka/onos logs in the combined file

Change-Id: I657e0895dadbbc557fdc298c5a9784108a5516a0
diff --git a/VERSION b/VERSION
index 1817afe..9f8d8a9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.2
+2.8.3
diff --git a/libraries/utils.robot b/libraries/utils.robot
index bd03aa3..afc6613 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -1103,7 +1103,7 @@
     [Arguments]    ${label}
     [Documentation]    Start logging for test ${label}
     ${kail_process}=     Run Keyword If    "${container_log_dir}" != "${None}"   Start Process    kail    -n    default
-    ...    -n    voltha    cwd=${container_log_dir}   stdout=${label}-combined.log
+    ...    -n    voltha    -n    infra    cwd=${container_log_dir}   stdout=${label}-combined.log
     Set Test Variable    ${kail_process}
     Run Keyword If    ${has_dataplane}    Echo Message to OLT Logs     START ${label}