From b2fbee3923b76f8142531c46c518c3ff1818dd59 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sun, 6 Oct 2024 13:49:27 +0530 Subject: [PATCH] docs key logging --- docs/my-website/docs/proxy/team_logging.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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",