Przeglądaj źródła

log total time to ready node

tags/v0.12.6
Jonathan Cobb 4 lat temu
rodzic
commit
0740e34d67
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java

+ 1
- 0
bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java Wyświetl plik

@@ -380,6 +380,7 @@ public class StandardNetworkService implements NetworkService {
node.setState(BubbleNodeState.running);
nodeDAO.update(node);
progressMeter.completed();
log.info("newNode: ready in "+formatDuration(now() - start));

} catch (Exception e) {
log.error("newNode: "+e, e);


Ładowanie…
Anuluj
Zapisz