You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: patch imported log entries to handle dict to protobuf parsing (#12711)
* chore: patch imported log entries to handle dict to protobuf parsing problem
patch logs to replace /protoPayload/serviceData with /protoPayload/metadata.
handle the problem with python logging library that fails to parse dict to protobuf when dict has deprecated field serviceData.
* chore: fix linting errors
* chore: fix lint error and incorrect call of _patch_entry method
* chore: fix another lint error
* chore: minor update in README link
reflects adding new lines to the code.
---------
Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com>
0 commit comments