Open mrnonz opened 2 years ago
Hi @mrnonz! Thanks for creating this feature request. Would you be interested in contributing to making this change happen by opening a pull request?
I'm also interested in using typed JSON. Is an outside pull request still the best way of moving this along?
I've already submitted a 'feature request' ticket some months ago (support portal link)
From envoy have already support
typed_json_format
https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#format-dictionariesI think we should consider to add support this type too.
Example; In case we want to log http status code
We want number
200
instead of string"200"
.Thank you