Reduce chatter in the log on startup.
This commit is contained in:
parent
0fce9f6a7b
commit
bfa274528c
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue