|
| class | Component |
| | gRPC server access log middleware component. Writes one TSKV log line per handled RPC in a static format. This log is intended to be collected, parsed and stored for audit or extended statistics purposes. More...
|
| |
◆ SetAdditionalLogKeys()
Adds or extends log extra fields for gRPC access logging.
- Parameters
-
| context | Middleware call context containing the storage |
| log_extra | Additional log fields to add (will be moved from) |
If log extra fields already exist in the context, extends them with new fields. Otherwise, creates new log extra storage with the provided fields.
◆ kLogExtraTag