-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1577: allow logging protobuf entries #1661
#1577: allow logging protobuf entries #1661
Conversation
Python 3.4 test failure is due to protocolbuffers/protobuf#1352. I will work around by using a different message type. |
:type message: Protobuf message | ||
:param message: the message to be logged | ||
""" | ||
Parse(json.dumps(self.payload), message) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM pending docstring update |
Also, add a helper to parse an entry's payload into a protobuf message object.
Closes #1577