How do I increase logging levels for the AWS SCT when I use AWS DMS?

2 minute read
0

I want to increase logging levels for the AWS Schema Conversion Tool (AWS SCT) when I use AWS Database Migration Service (AWS DMS).

Resolution

Complete the following steps:

  1. Install AWS SCT, and then confirm that you installed the required database drivers on your system.
  2. Open your applications folder, and then choose AWS Schema Conversion Tool.
    Note: If you see an update notification, then you can update before or after your project is complete.
  3. If an auto-project window opens, close the window, and then manually create the project.
  4. Choose Settings, and then choose Global settings.
  5. From the Global settings window, choose Logging.
  6. In the Debug mode field, select True.
  7. From the Message level section, you can modify the following log types:
    General
    Loader
    Parser
    Printer
    Resolver
    Telemetry
    Converter
  8. By default, all Message levels are set to Info. For each of the Message level types, choose from the following levels of logging:
    Trace (most detailed logging)
    Debug
    Info
    Warning
    Error (least detailed logging)
    Critical
    Mandatory
  9. Choose Apply.
  10. To close the Global settings window, choose OK.

Related information

Working with AWS DMS tasks

What is the AWS Schema Conversion Tool?

AWS OFFICIALUpdated 4 months ago