File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The `canister_logs` canister is designed to periodically log messages and simula
7
7
## Prerequisites
8
8
9
9
- [x] Install the [ IC
10
- SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) . For local testing, ` dfx >= 0.22.0 ` is required.
10
+ SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) . For local testing, ` dfx >= 0.22.0 ` is required.
11
11
- [x] Clone the example dapp project: ` git clone https://github.com/dfinity/examples `
12
12
13
13
## Step 1: Setup project environment
@@ -19,6 +19,7 @@ dfx start --clean
19
19
```
20
20
21
21
You will need to have 3 terminal windows:
22
+
22
23
- Terminal A: Running a ` dfx ` instance and separating its output from anything else.
23
24
- Terminal B: Deploying a canister and seeing its output.
24
25
- Terminal C: Reading logs interactively.
@@ -139,4 +140,4 @@ Observe recorded logs that might look similar to this:
139
140
[37. 2024-05-23T08:33:36.712223153Z]: [TRAP]: timer trap
140
141
...
141
142
142
- ```
143
+ ```
You can’t perform that action at this time.
0 commit comments