In your application, update the `amplifyconfiguration_logging` file by adding a new json section `defaultRemoteConfiguration`: ```json { "awsCloudWatchLoggingPlugin": { "enable": true, "logGroupName": "", "region": "", "localStoreMaxSizeInMB": 1, "flushIntervalInSeconds": 60, "loggingConstraints": { "defaultLogLevel": "ERROR" }, "defaultRemoteConfiguration": { "endpoint": "", "refreshIntervalInSeconds": 1200 } } } ```