Skip to content

Commit 79400d7

Browse files
authored
docs(apim): Provide documentation on local log limitation for local endpoint (3.072 bytes)
Provide documentation on local log limitation for local endpoint (3.072 bytes)
1 parent 24ba81c commit 79400d7

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)