Skip to content

Commit 6675342

Browse files
committed
Base. Updated documentation to change the docker container names for checking logs
1 parent 96c392f commit 6675342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/base/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ echo "INSTANCE_ID=" $INSTANCE_ID
249249
export AWS_REGION=us-east-1
250250
aws ssm start-session --target $INSTANCE_ID --region $AWS_REGION
251251
sudo su bcuser
252-
# Geth logs:
253-
docker logs --tail 50 node_geth_1 -f
254-
# Base logs:
252+
# Execution client logs:
253+
docker logs --tail 50 node_execution_1 -f
254+
# Base client logs:
255255
docker logs --tail 50 node_node_1 -f
256256
```
257257
2. How to check the logs from the EC2 user-data script?

0 commit comments

Comments
 (0)