Merge pull request #376 from litvinovg/avoid_write_models_into_log
Avoid writing the whole model into debug log
This commit is contained in:
commit
4e452573f2
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class ContextModelAccessImpl implements ContextModelAccess {
|
|||
@Override
|
||||
public OntModel getOntModel(String name) {
|
||||
OntModel ontModel = ontModelCache.getOntModel(name);
|
||||
log.debug("getOntModel: " + ontModel);
|
||||
log.debug("getOntModel: " + name);
|
||||
return ontModel;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue