Преглед изворни кода

log total time to ready node

tags/v0.12.6
Jonathan Cobb пре 4 година
родитељ
комит
0740e34d67
1 измењених фајлова са 1 додато и 0 уклоњено
  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 Прегледај датотеку

@@ -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);


Loading…
Откажи
Сачувај