ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.376.0

This commit is contained in:
speakeasybot
2024-08-20 00:23:53 +00:00
parent b64231a9eb
commit 8294247011
7 changed files with 25 additions and 13 deletions

View File

@@ -463,7 +463,9 @@ run();
<!-- Start Debugging [debug] -->
## Debugging
To log HTTP requests and responses, you can pass a logger that matches `console`'s interface as an SDK option.
You can setup your SDK to emit debug logs for SDK requests and responses.
You can pass a logger that matches `console`'s interface as an SDK option.
> [!WARNING]
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.