Reduce logging clutter at startup.
This commit is contained in:
parent
1cb7a1f071
commit
9bd5a500e2
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class RDBGraphGenerator implements GraphGenerator {
|
|||
}
|
||||
|
||||
public Graph generateGraph() {
|
||||
log.info(this.getClass().getName()+" regenerateGraph()");
|
||||
log.info("Regenerate the graph.");
|
||||
try {
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug(ds.getNumActive() + " active SQL connections");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue