sparql.anything
sparql.anything copied to clipboard
wrap log only code in condition in DatasetGraphCreator
These lines:
dg.begin(ReadWrite.READ);
logger.debug("Size default graph {}", dg.getDefaultGraph().size());
logger.debug("Size of the graph {}: {}", p.getProperty(IRIArgument.LOCATION.toString()), dg.getGraph(NodeFactory.createURI(p.getProperty(IRIArgument.LOCATION.toString()) + "#")).size());
dg.end();