Added log lines for verbosity

This commit is contained in:
Alon Girmonsky 2024-10-14 08:28:44 -07:00
parent 41f36ba9c2
commit a2e0e013e5

View File

@ -42,6 +42,7 @@ func init() {
} }
func runConsoleWithoutProxy() { func runConsoleWithoutProxy() {
log.Info().Msg("Starting scripting console ...")
time.Sleep(5 * time.Second) time.Sleep(5 * time.Second)
for { for {
hubUrl := kubernetes.GetHubUrl() hubUrl := kubernetes.GetHubUrl()