Skip to content

Commit

Permalink
Update diagnostics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phwizard authored Jul 22, 2021
1 parent 3d9a316 commit 7ae5a34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions diagnostics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## SYSTEM

### Syslog

Check /var/log/syslog around the specific time for detailed information in case of system failure

## GETH CONSOLE

### Check connected peers
admin.peers.forEach(function(value){console.log(value.network.remoteAddress+"\t"+value.name)})

0 comments on commit 7ae5a34

Please sign in to comment.