| commit | 1cda4353f9ad1405d42c9db2d276b48fb26b1d2c | [log] [tgz] |
|---|---|---|
| author | Matteo Scandolo <teo@opennetworking.org> | Tue Feb 19 16:02:42 2019 -0800 |
| committer | Matteo Scandolo <teo@opennetworking.org> | Tue Feb 19 16:35:21 2019 -0800 |
| tree | c51f714b18b9476038be46045802898731523ad6 | |
| parent | b60756e448342892acae8867286f11c95ed029a2 [diff] [blame] |
[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