IoT / Client / get_logging_options

get_logging_options#

IoT.Client.get_logging_options()#

Gets the logging options.

NOTE: use of this command is not recommended. Use GetV2LoggingOptions instead.

Requires permission to access the GetLoggingOptions action.

See also: AWS API Documentation

Request Syntax

response = client.get_logging_options()
Return type:

dict

Returns:

Response Syntax

{
    'roleArn': 'string',
    'logLevel': 'DEBUG'|'INFO'|'ERROR'|'WARN'|'DISABLED'
}

Response Structure

  • (dict) –

    The output from the GetLoggingOptions operation.

    • roleArn (string) –

      The ARN of the IAM role that grants access.

    • logLevel (string) –

      The logging level.

Exceptions