Skip to content

Commit 3378c21

Browse files
Merge pull request #278668 from tomkerkhove/patch-25
docs(apim): Provide documentation on local log limitation for local endpoint (3.072 bytes)
2 parents 24ba81c + 79400d7 commit 3378c21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/api-management/how-to-configure-local-metrics-logs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ Here's a sample configuration of local logging:
230230
telemetry.logs.local.localsyslog.facility: "7"
231231
```
232232

233+
### Using local JSON endpoint
234+
235+
#### Known limitations
236+
237+
- We only support up to 3072 bytes of request/response payload for local diagnostics. Anything above, may break JSON format due to chunking.
238+
233239
### Using local syslog logs
234240

235241
#### Configuring gateway to stream logs

0 commit comments

Comments
 (0)