:doc:`IoTFleetWise <../../iotfleetwise>` / Client / get_logging_options

*******************
get_logging_options
*******************



.. py:method:: IoTFleetWise.Client.get_logging_options()

  

  Retrieves the logging options.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotfleetwise-2021-06-17/GetLoggingOptions>`_  


  **Request Syntax**
  ::

    response = client.get_logging_options()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'cloudWatchLogDelivery': {
              'logType': 'OFF'|'ERROR',
              'logGroupName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **cloudWatchLogDelivery** *(dict) --* 

        Returns information about log delivery to Amazon CloudWatch Logs.

        
        

        - **logType** *(string) --* 

          The type of log to send data to Amazon CloudWatch Logs.

          
        

        - **logGroupName** *(string) --* 

          The Amazon CloudWatch Logs group the operation sends data to.

          
    
  
  **Exceptions**
  
  *   :py:class:`IoTFleetWise.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.AccessDeniedException`

  