[SEBA-492] Adding --check flag to xos-migrate to check migration status

Change-Id: Ib1d347f47f5423e9fc16d5a350c09705aef949b2
diff --git a/lib/xos-migrate/xosmigrate/migration_cfg.yaml b/lib/xos-migrate/xosmigrate/migration_cfg.yaml
index b3d6e58..5b74be7 100644
--- a/lib/xos-migrate/xosmigrate/migration_cfg.yaml
+++ b/lib/xos-migrate/xosmigrate/migration_cfg.yaml
@@ -20,7 +20,9 @@
   handlers:
     console:
       class: logging.StreamHandler
+      formatter: structured-color
+      level: INFO
   loggers:
     'multistructlog':
       handlers:
-          - console
+        - console