Logging Configuration
Logging Configuration Properties describes the properties for configuring External Diameter Gateway logging.
Property | Description |
---|---|
gateway.logging.level | The log level for the EDGW container. The default is info. |
gateway.logging.format | The log format for the EDGW container. The value can be json (default) or normal. |
The following Helm values file excerpt shows the configuration default values (where defaults exist) for these
properties:
gateway:
logging:
level: info
format: json