We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69224d3 commit b34489cCopy full SHA for b34489c
src/main/java/org/mersenne/primenet/imports/application/BootstrapService.java
@@ -46,7 +46,7 @@ public void run(ApplicationArguments args) {
46
BootstrapService.this.bootstrapAnnualImports();
47
BootstrapService.this.bootstrapDailyImports();
48
}
49
- log.info("Bootstrapping complete");
+ log.info("Bootstrapping complete since {}", importStart);
50
System.gc();
51
52
};
0 commit comments