Enable and disable logging
In this section, you will learn how to enable and disable logging when using the Amplify Logger. It is enabled by default, unless it is disabled in the amplifyconfiguration_logging
file.
Enable the Amplify Logger.
Amplify.Logging.enable()
Disable the Amplify Logger.
Amplify.Logging.disable()