* save start time

* memory utilisation
This commit is contained in:
2019-12-12 12:39:28 +01:00
parent 97214d786e
commit 23bffc4c6e
3 changed files with 39 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ public class main {
}));
Info.init();
Log.info("Server version: "+Info.version);
Log.debug("Build date: "+Info.builddate);
Log.info("Server version: "+Info.getVersion());
Log.debug("Build date: "+Info.getBuilddate());
//initial connect to db
Log.message("initial login to db");