| Name | Description | Default value |
|---|---|---|
| log-level | Set log level threshold. | debug |
| msg-log-level | Set up logging level for request/response messages. | debug |
| msg-size-log-limit | Max message size to log, the rest will be truncated. | 512 |
| local-log-level | Local log level of the span for user-provided handler. | debug |
| status-codes-log-level.* | GRPC status code string -> log level map. Allows overriding the log level for the response for individual statuses. See grpcpp StatusCode documentation for the list of possible values: https://grpc.github.io/grpc/cpp/namespacegrpc.html#aff1730578c90160528f6a8d67ef5c43b Example: - FAILED_PRECONDITION: info. Each of the elements: log level. | – |