added proxy logs, added events logs (#254)

This commit is contained in:
RoyUP9
2021-09-01 15:30:37 +03:00
committed by GitHub
parent 3644fdb533
commit 17fa163ee3
10 changed files with 73 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ func startProxyReportErrorIfAny(kubernetesProvider *kubernetes.Provider, cancel
"Try setting different port by using --%s", errormessage.FormatError(err), configStructs.GuiPortTapName))
cancel()
}
logger.Log.Debugf("proxy ended")
}
func waitForFinish(ctx context.Context, cancel context.CancelFunc) {