Changes between Initial Version and Version 1 of Ticket #2034, comment 3
- Timestamp:
- 08/27/20 08:01:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2034, comment 3
initial v1 1 If grpc-status is Non-zero it will be a http2 response header, if it's zero it will be a response tr iler header. In order to log all kinds of grpc-status, I had to specify two fields in log_format: $upstream_http_grpc_status and $upstream_trailer_grpc_status1 If grpc-status is Non-zero it will be a http2 response header, if it's zero it will be a response trailer header. In order to log all kinds of grpc-status, I had to specify two fields in log_format: $upstream_http_grpc_status and $upstream_trailer_grpc_status 2 2 Is there a way to log grpc-status using just one field, like $status 3 3