[Java] Correct usage of fory-extensions #2349
Closed
ClaudioConsolmagno
started this conversation in
General
Replies: 1 comment 5 replies
-
Yes, you are right, it should only be logged when we use fory to serializing protobuf classes. Would you like to create a PR to remove this ? But I think what needs being removed is |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find it documented anywhere but when do we want to use
fory-extensions
?Since upgrading to version
0.10.3
(and have confirmed it's also happening in0.11.0
). I'm getting tons of log messages for protobuf coming from ProtobufDispatcher.java#L66Everything has been working fine so I'm not sure I'm constantly getting this log line. By adding the
fory-extensions
dependency or disabling logging for that class (e.g.logging.level.org.apache.fury.serializer.shim=ERROR
) this warning goes away. But it feels that maybe this log line shouldn't be there in the first place?Beta Was this translation helpful? Give feedback.
All reactions