Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Page updated Feb 21, 2024

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();

Enable the Amplify Logger.

Amplify.Logging.enable()

Disable the Amplify Logger.

Amplify.Logging.disable()

Enable the Amplify Logger.

Amplify.Logging.enable();

Disable the Amplify Logger.

Amplify.Logging.disable();