// Module included in the following assemblies: // // * migrating_from_ocp_3_to_4/troubleshooting-3-4.adoc // * migration_toolkit_for_containers/troubleshooting-mtc :_mod-docs-content-type: PROCEDURE [id="migration-using-mig-log-reader_{context}"] = Using the migration log reader You can use the migration log reader to display a single filtered view of all the migration logs. .Procedure . Get the `mig-log-reader` pod: + [source,terminal] ---- $ oc -n openshift-migration get pods | grep log ---- . Enter the following command to display a single migration log: + [source,terminal] ---- $ oc -n openshift-migration logs -f -c color <1> ---- <1> The `-c plain` option displays the log without colors.