Page updated Nov 11, 2023

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.

1Amplify.Logging.enable();

Disable the Amplify Logger.

1Amplify.Logging.disable();

Enable the Amplify Logger.

1Amplify.Logging.enable()

Disable the Amplify Logger.

1Amplify.Logging.disable()

Enable the Amplify Logger.

1Amplify.Logging.enable();

Disable the Amplify Logger.

1Amplify.Logging.disable();