We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06032c commit 4ec7051Copy full SHA for 4ec7051
modules/migration-using-mig-log-reader.adoc
@@ -11,10 +11,17 @@ You can use the migration log reader to display a single filtered view of all th
11
12
.Procedure
13
14
-* Run the following command to display a single migration log:
+. Get the `mig-log-reader` pod:
15
+
16
[source,terminal]
17
----
18
-$ oc logs -f --selector logreader=mig -n openshift-migration -c color <1>
+$ oc -n openshift-migration get pods | grep log
19
20
-<1> You can use the `-c plain` option to display the log without colors.
21
+. Enter the following command to display a single migration log:
22
++
23
+[source,terminal]
24
+----
25
+$ oc -n openshift-migration logs -f <mig-log-reader-pod> -c color <1>
26
27
+<1> The `-c plain` option displays the log without colors.
0 commit comments