[VOL-5397]-removed go routines for DB operations
Signed-off-by: Akash Soni <akash.soni@radisys.com>
Change-Id: I8504004cc8e3a97a7d4de48d617471c8050ae55c
diff --git a/cmd/openonu-adapter/main.go b/cmd/openonu-adapter/main.go
index f0d8a76..e298ccc 100644
--- a/cmd/openonu-adapter/main.go
+++ b/cmd/openonu-adapter/main.go
@@ -423,7 +423,7 @@
}
case <-timeoutTimer.C:
// Check the status of the kv-store
- logger.Info(ctx, "kv-store liveliness-recheck")
+ logger.Debug(ctx, "kv-store liveliness-recheck")
if a.kvClient.IsConnectionUp(ctx) {
kvStoreChannel <- true
} else {