diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index 66bbdfb8f7..fddf535019 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -1009,22 +1009,58 @@ const CreateKey: React.FC = ({ /> - - - Logging Settings - - -
- + {premiumUser ? ( + + + Logging Settings + + +
+ +
+
+
+ ) : ( + + Key-level logging settings is an enterprise feature, get in touch - + + https://www.litellm.ai/enterprise + + + } + placement="top" + > +
+
+ + + Logging Settings + + +
+ +
+
+
+
+
- - + + )}