[bisq-network/bisq] Improve logging (#3178)

sqrrm notifications at github.com
Sun Sep 1 22:43:11 UTC 2019


sqrrm approved this pull request.

utACK

> @@ -316,6 +325,13 @@ private void updateHashChain(Block block) {
             int delayInSec = 5 + new Random().nextInt(10);
             UserThread.runAfter(() -> daoStateNetworkService.broadcastMyStateHash(myDaoStateHash), delayInSec);
         }
+        long duration = System.currentTimeMillis() - ts;
+        // We don't want to spam the outpu. We log accumulated time after parsing is completed.

```suggestion
        // We don't want to spam the output. We log accumulated time after parsing is completed.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3178#pullrequestreview-282363776
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190901/0783f6fb/attachment-0001.html>


More information about the bisq-github mailing list