Help Center/ Cloud Container Instance (CCI)/ User Guide/ Using CCI with CCE/ Networking/ Configuring the Log Level for the Network Sidecar
Updated on 2025-09-26 GMT+08:00

Configuring the Log Level for the Network Sidecar

From version 1.5.53, you can edit the spec.custom.proxySidecarLogLevel field in the YAML file of the add-on to set the log level. Logs of the configured level will be output.

Procedure

  1. Log in to the CCE console.
  2. Click the name of the target CCE cluster to go to the cluster Overview page.
  3. In the navigation pane, choose Add-ons.
  4. Select the CCE Cloud Bursting Engine for CCI add-on and click Edit.
  5. Click Edit YAML.
  6. Edit the spec.custom.proxySidecarLogLevel field in the YAML file of the add-on to set the log level. Logs of the configured level will be output.

    The following is an example YAML file:

        custom:
          ....
          proxySidecarLogLevel: 2      #Specifies the log level.
          ....
    Table 1 Parameter description

    Parameter

    Mandatory

    Type

    Description

    proxySidecarLogLevel

    No

    Integer

    Description: Log level

    Value options:

    • 0: Error and alarm logs are output.
    • 2 (default): Error, alarm, and program running logs are output.

  7. Click Submit. In the instance list of the add-on, if the instance status is Running, the add-on has been deployed and is functioning normally.