diff --git a/docs/my-website/docs/proxy/team_logging.md b/docs/my-website/docs/proxy/team_logging.md index 62d225882..1029ace16 100644 --- a/docs/my-website/docs/proxy/team_logging.md +++ b/docs/my-website/docs/proxy/team_logging.md @@ -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: -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",