Skip to content

Commit 80b56e2

Browse files
authored
check node log (#177)
1 parent dc0b374 commit 80b56e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog/v1.2-instruction.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ docker run -d --restart on-failure --name iotex \
2727
-config-path=/etc/iotex/config_override.yaml \
2828
-genesis-path=/etc/iotex/genesis.yaml
2929
```
30+
Verify the node is up and running by:
31+
```
32+
docker logs iotex --tail=100
33+
```
34+
You should see log output from the node.
3035

3136
**If your node is syncing blocks very slow, see [here](#slow-sync)**
3237

@@ -58,6 +63,12 @@ recommend you do the upgrade in an epoch when the node is not chosen as active
5863
delegate. This would prevent your node from being possibly probated and lose
5964
productivity.
6065

66+
Verify the node is up and running by:
67+
```
68+
docker logs iotex --tail=100
69+
```
70+
You should see log output from the node.
71+
6172
**If your node is syncing blocks very slow, see [here](#slow-sync)**
6273

6374
## Instruction for Testnet v1.2.0 Upgrade

0 commit comments

Comments
 (0)