mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
MIG-421 Using unified logger in MTC
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
ae3638e0ec
commit
052b427fc9
@@ -16,6 +16,7 @@ Manual rollback is not required if the application was not stopped during migrat
|
||||
====
|
||||
|
||||
include::modules/migration-viewing-migration-crs.adoc[leveloffset=+1]
|
||||
include::modules/migration-using-mig-log-reader.adoc[leveloffset=+1]
|
||||
include::modules/migration-downloading-logs.adoc[leveloffset=+1]
|
||||
include::modules/migration-updating-deprecated-gvks.adoc[leveloffset=+1]
|
||||
include::modules/migration-error-messages.adoc[leveloffset=+1]
|
||||
|
||||
@@ -16,6 +16,7 @@ Manual rollback is not required if the application was not stopped during migrat
|
||||
====
|
||||
|
||||
include::modules/migration-viewing-migration-crs.adoc[leveloffset=+1]
|
||||
include::modules/migration-using-mig-log-reader.adoc[leveloffset=+1]
|
||||
include::modules/migration-downloading-logs.adoc[leveloffset=+1]
|
||||
include::modules/migration-error-messages.adoc[leveloffset=+1]
|
||||
include::modules/migration-manually-rolling-back-migration.adoc[leveloffset=+1]
|
||||
|
||||
@@ -16,6 +16,7 @@ Manual rollback is not required if the application was not stopped during migrat
|
||||
====
|
||||
|
||||
include::modules/migration-viewing-migration-crs.adoc[leveloffset=+1]
|
||||
include::modules/migration-using-mig-log-reader.adoc[leveloffset=+1]
|
||||
include::modules/migration-downloading-logs.adoc[leveloffset=+1]
|
||||
include::modules/migration-error-messages.adoc[leveloffset=+1]
|
||||
include::modules/migration-manually-rolling-back-migration.adoc[leveloffset=+1]
|
||||
|
||||
20
modules/migration-using-mig-log-reader.adoc
Normal file
20
modules/migration-using-mig-log-reader.adoc
Normal file
@@ -0,0 +1,20 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * migration/migrating_3_4/troubleshooting-3-4.adoc
|
||||
// * migration/migrating_4_1_4/troubleshooting-4-1-4.adoc
|
||||
// * migration/migrating_4_2_4/troubleshooting-4-2-4.adoc
|
||||
|
||||
[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
|
||||
|
||||
* Run the following command to display a single migration log:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc logs -f --selector logreader=mig -n openshift-migration -c color <1>
|
||||
----
|
||||
<1> You can use the `-c plain` option to display the log without colors.
|
||||
Reference in New Issue
Block a user