Skip to content

Commit

Permalink
Avoid writing the whole model into debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Mar 3, 2023
1 parent 0c8b02a commit 67c0421
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ public OntModel getOntModel() {
@Override
public OntModel getOntModel(String name) {
OntModel ontModel = ontModelCache.getOntModel(name);
log.debug("getOntModel: " + ontModel);
log.debug("getOntModel: " + name);
return ontModel;
}

Expand Down

0 comments on commit 67c0421

Please sign in to comment.