You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itk/README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You must set the `A2A_SAMPLES_REVISION` environment variable to specify which re
36
36
37
37
Example:
38
38
```bash
39
-
export A2A_SAMPLES_REVISION=itk-v.0.11-alpha
39
+
export A2A_SAMPLES_REVISION=itk-v.015-alpha
40
40
```
41
41
42
42
### 2. Execute Tests
@@ -52,3 +52,19 @@ The script will:
52
52
- Checkout the specified revision.
53
53
- Build the ITK service Docker image.
54
54
- Run the tests and output results.
55
+
56
+
## Debugging
57
+
58
+
To enable detailed debug logging and capture logs from the agents:
59
+
60
+
1. Set the `ITK_LOG_LEVEL` environment variable to `DEBUG`:
61
+
```bash
62
+
export ITK_LOG_LEVEL=DEBUG
63
+
```
64
+
65
+
2. Run the tests as usual:
66
+
```bash
67
+
./run_itk.sh
68
+
```
69
+
70
+
When run with `DEBUG` level, the script will create a `logs` directory in this `itk` folder and mount it to the container. You can find detailed logs for each agent in the `logs/` directory.
0 commit comments