IoTSiteWise / Client / put_logging_options

put_logging_options

IoTSiteWise.Client.put_logging_options(**kwargs)

Sets logging options for IoT SiteWise.

See also: AWS API Documentation

Request Syntax

response = client.put_logging_options(
    loggingOptions={
        'level': 'ERROR'|'INFO'|'OFF'
    },
    workspaceName='string'
)
Parameters:
  • loggingOptions (dict) –

    [REQUIRED]

    The logging options to set.

    • level (string) – [REQUIRED]

      The IoT SiteWise logging verbosity level.

  • workspaceName (string) – The name of the workspace.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions