[VOL-5550] Optimize INFO logs MIB upload and download FSMs and reconcilation

Change-Id: I13e378bd02e586b3b7dd36a41f263f67789d816c
Signed-off-by: bseeniva <balaji.seenivasan@radisys.com>
diff --git a/internal/pkg/almgr/alarm_manager.go b/internal/pkg/almgr/alarm_manager.go
index f0335a9..f1e5109 100755
--- a/internal/pkg/almgr/alarm_manager.go
+++ b/internal/pkg/almgr/alarm_manager.go
@@ -531,7 +531,7 @@
 
 // StartOMCIAlarmMessageProcessing - TODO: add comment: add comment
 func (am *OnuAlarmManager) StartOMCIAlarmMessageProcessing(ctx context.Context) {
-	logger.Infow(ctx, "alarm-manager-start-omci-alarm-message-processing-routines", log.Fields{"device-id": am.deviceID})
+	logger.Debugw(ctx, "alarm-manager-start-omci-alarm-message-processing-routines", log.Fields{"device-id": am.deviceID})
 	am.onuAlarmManagerLock.Lock()
 	am.processMessage = true
 	if am.activeAlarms == nil {