File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
### Code samples
6
6
7
7
``` shell
8
- curl http://127.0.0.1:2113 /debug/logs
8
+ curl $CODER_AGENT_DEBUG_ADDRESS /debug/logs
9
9
```
10
10
11
11
` GET /debug/logs `
@@ -23,7 +23,7 @@ Get the first 10MiB of data from `$CODER_AGENT_LOG_DIR/coder-agent.log`.
23
23
### Code samples
24
24
25
25
``` shell
26
- curl http://127.0.0.1:2113 /debug/magicsock
26
+ curl $CODER_AGENT_DEBUG_ADDRESS /debug/magicsock
27
27
```
28
28
29
29
` GET /debug/magicsock `
36
36
### Code samples
37
37
38
38
``` shell
39
- curl http://127.0.0.1:2113 /debug/magicsock/debug-logging/true
39
+ curl $CODER_AGENT_DEBUG_ADDRESS /debug/magicsock/debug-logging/true
40
40
```
41
41
42
42
` GET /debug/magicsock/debug-logging/{state} `
@@ -62,7 +62,7 @@ for more information.
62
62
### Code samples
63
63
64
64
``` shell
65
- curl http://127.0.0.1:2113 /debug/manifest
65
+ curl $CODER_AGENT_DEBUG_ADDRESS /debug/manifest
66
66
```
67
67
68
68
` GET /debug/manifest `
You can’t perform that action at this time.
0 commit comments