Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs(getting-started): refine docker:logs section #905

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 16 additions & 20 deletions main/guides/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,28 +203,24 @@ yarn docker:logs
Your output should resemble this:

```
demo-agd-1 | 2023-12-15T19:07:45.530Z block-manager: block 11797 begin
demo-agd-1 | 2023-12-15T19:07:45.534Z block-manager: block 11797 commit
demo-agd-1 | 2023-12-15T19:07:46.539Z block-manager: block 11798 begin
demo-agd-1 | 2023-12-15T19:07:46.543Z block-manager: block 11798 commit
demo-agd-1 | 2023-12-15T19:07:47.557Z block-manager: block 11799 begin
demo-agd-1 | 2023-12-15T19:07:47.560Z block-manager: block 11799 commit
demo-agd-1 | 2023-12-15T19:07:48.572Z block-manager: block 11800 begin
demo-agd-1 | 2023-12-15T19:07:48.577Z block-manager: block 11800 commit
demo-agd-1 | 2023-12-15T19:07:49.590Z block-manager: block 11801 begin
demo-agd-1 | 2023-12-15T19:07:49.593Z block-manager: block 11801 commit
demo-agd-1 | 2023-12-15T19:07:50.628Z block-manager: block 11802 begin
demo-agd-1 | 2023-12-15T19:07:50.633Z block-manager: block 11802 commit
demo-agd-1 | 2023-12-15T19:07:51.642Z block-manager: block 11803 begin
demo-agd-1 | 2023-12-15T19:07:51.645Z block-manager: block 11803 commit
demo-agd-1 | 2023-12-15T19:07:52.674Z block-manager: block 11804 begin
demo-agd-1 | 2023-12-15T19:07:52.678Z block-manager: block 11804 commit
demo-agd-1 | 2023-12-15T19:07:53.681Z block-manager: block 11805 begin
demo-agd-1 | 2023-12-15T19:07:53.685Z block-manager: block 11805 commit
demo-agd-1 | 2023-12-15T19:07:54.698Z block-manager: block 11806 begin
demo-agd-1 | 2023-12-15T19:07:54.702Z block-manager: block 11806 commit
demo-agd-1 | 2023-12-27T04:08:06.384Z block-manager: block 1003 begin
demo-agd-1 | 2023-12-27T04:08:06.386Z block-manager: block 1003 commit
demo-agd-1 | 2023-12-27T04:08:07.396Z block-manager: block 1004 begin
demo-agd-1 | 2023-12-27T04:08:07.398Z block-manager: block 1004 commit
demo-agd-1 | 2023-12-27T04:08:08.405Z block-manager: block 1005 begin
demo-agd-1 | 2023-12-27T04:08:08.407Z block-manager: block 1005 commit
```

::: details Note: logs include benign error messages

You can disregard messages such as:

- `v5: TypeError: target has no method "getDisplayInfo"`

These are artifacts of replaying historical events.

:::


## Starting the Dapp Smart Contract
Use control-C to exit the logs, then start the smart contract. Starting the contract may take a minute or two, so after running this command proceed to the next step.
Expand Down