Configuring runtime logs - Managed integrations for AWS IoT Device Management

Configuring runtime logs

Runtime log configurations control device-side logging behavior for individual managed things. Use PutRuntimeLogConfiguration to set the runtime log configuration for a specific managed thing:

aws iot-managed-integrations put-runtime-log-configuration \ --managed-thing-id "your-managed-thing-id" \ --runtime-log-configurations '{"LogLevel":"ERROR","UploadLog":true,"UploadPeriodMinutes":5}'

Use GetRuntimeLogConfiguration to retrieve the current configuration, or ResetRuntimeLogConfiguration to reset it to defaults.