fjtirado commented on code in PR #2032:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2032#discussion_r1565750926


##########
data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessDefinitionEntity.java:
##########
@@ -208,7 +209,6 @@ public String toString() {
                 ", roles=" + roles +
                 ", addons=" + addons +
                 ", endpoint='" + endpoint + '\'' +
-                ", nodes='" + nodes + '\'' +

Review Comment:
   I think removing roles and addons from toString will do the trick
   Im wondering if to string should just print the id and the version (the 
composite key) of the process definition to avoid further problem. That will be 
enough for logging



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to