diff --git a/docs/my-website/docs/debugging/local_debugging.md b/docs/my-website/docs/debugging/local_debugging.md index cd2b4e444..73cb0d27d 100644 --- a/docs/my-website/docs/debugging/local_debugging.md +++ b/docs/my-website/docs/debugging/local_debugging.md @@ -1,5 +1,5 @@ # Local Debugging -There's 2 ways to do local debugging - `litellm.set_verbose=True` and by passing in a custom function `completion(...logger_fn=)` +There's 2 ways to do local debugging - `litellm.set_verbose=True` and by passing in a custom function `completion(...logger_fn=)`. Warning: Make sure to not use `set_verbose` in production. It logs API keys, which might end up in log files. ## Set Verbose @@ -60,4 +60,4 @@ response = completion("command-nightly", messages, logger_fn=my_custom_logging_f Text us @ +17708783106 or Join the [Discord](https://discord.com/invite/wuPM9dRgDw). -We promise to help you in `lite`ning speed ❤️ \ No newline at end of file +We promise to help you in `lite`ning speed ❤️