I just want to parse an instance from a string when logging something, and don't care the result.
But when I update protobuf to 3.5.0, the annoying message is always printing to the terminal (stderr):
“Can't parse message of type because it is missing required fields”
Its fields must be required.
How can I stop printing the error message?