Reduce chatter in the log on startup.

This commit is contained in:
j2blake 2013-11-17 12:54:29 -05:00
parent 0fce9f6a7b
commit bfa274528c

View file

@ -187,8 +187,7 @@ public class FileGraphSetup implements ServletContextListener {
} else { } else {
baseModel.add(model); baseModel.add(model);
} }
log.info("Attached file graph as " + type + " submodel " + p.getFileName()); log.debug("Attached file graph as " + type + " submodel " + p.getFileName());
} }
modelChanged = modelChanged | updateGraphInDB(dataset, model, type, p); modelChanged = modelChanged | updateGraphInDB(dataset, model, type, p);