docs key logging

This commit is contained in:
Ishaan Jaff 2024-10-06 13:49:27 +05:30
parent fd7014a326
commit b2fbee3923

View file

@ -318,6 +318,8 @@ curl -X POST "http://localhost:4000/key/health" \
Response when logging callbacks are setup correctly:
A key is **healthy** when the logging callbacks are setup correctly.
```json
{
"key": "healthy",
@ -335,7 +337,10 @@ Response when logging callbacks are setup correctly:
<TabItem label="Response when key is configured incorrectly" value="Response when key is configured incorrectly">
Response when logging callbacks are not setup correctly:
Response when logging callbacks are not setup correctly
A key is **unhealthy** when the logging callbacks are not setup correctly.
```json
{
"key": "unhealthy",