1**To add a logging configuration for an Amazon Chime Voice Connector**
2
3The following ``put-voice-connector-logging-configuration`` example turns on the SIP logging configuration for the specified Amazon Chime Voice Connector. ::
4
5    aws chime put-voice-connector-logging-configuration \
6        --voice-connector-id abcdef1ghij2klmno3pqr4 \
7        --logging-configuration EnableSIPLogs=true
8
9Output::
10
11    {
12        "LoggingConfiguration": {
13            "EnableSIPLogs": true
14        }
15    }
16
17For more information, see `Streaming Amazon Chime Voice Connector Media to Kinesis <https://docs.aws.amazon.com/chime/latest/ag/start-kinesis-vc.html>`__ in the *Amazon Chime Administration Guide*.
18