chaokunyang commented on code in PR #2284:
URL: https://github.com/apache/fury/pull/2284#discussion_r2122781395


##########
java/fury-core/src/main/java/org/apache/fury/config/FuryBuilder.java:
##########
@@ -142,6 +145,20 @@ public FuryBuilder serializeEnumByName(boolean 
serializeEnumByName) {
     return this;
   }
 
+  /** exception log level
+   * choose the log level, print the error message.
+   * */
+  public FuryBuilder exceptionLogMode(ExceptionLogMode exceptionLogMode) {

Review Comment:
   ```suggestion
     // -1 indicates all sample,s 0 indcates no samples, a positive int 
indicates max samples
     public FuryBuilder withDeserializationExceptionMsgMaxSamples(int 
maxSamples) {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to