Ver a proveniência

log total time to ready node

tags/v0.12.6
Jonathan Cobb há 4 anos
ascendente
cometimento
0740e34d67
1 ficheiros alterados com 1 adições e 0 eliminações
  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 Ver ficheiro

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


Carregando…
Cancelar
Guardar