Updated Analyzing testnets data (markdown)

Mamy Ratsimbazafy 2020-06-05 17:33:32 +02:00
parent c8ee60558e
commit 011a05a2be
1 changed files with 4 additions and 2 deletions

@ -1,3 +1,5 @@
## Gossip sub
#### Gossip sub
tail -f nbc.log| grep -i "processing message with id\|forwarding message to\|message already processed, skipping\|dropping message due to failed signature verification\|dropping message due to failed validation\|eof\|finalized\|decoded msg from peer\|Received Goodbye message\|connected"
```
tail -f nbc.log| grep -i "processing message with id\|forwarding message to\|message already processed, skipping\|dropping message due to failed signature verification\|dropping message due to failed validation\|eof\|finalized\|decoded msg from peer\|Received Goodbye message\|connected"
```