From 6fa669587863207da7564ebca92bb1803d1d8f8f Mon Sep 17 00:00:00 2001 From: VishrutiBuddhadev Date: Mon, 28 Apr 2025 11:38:42 +0530 Subject: [PATCH] modified readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d1cf4dc..27f01a0 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,20 @@ config = Configuration( ) ``` +### Debugging +To enable debugging, you can set the `debug` parameter to `True` when creating an instance of Configuration. For example: + +```python +from universal_ddi_client import Configuration + +config = Configuration( + debug = True, +) +``` +This will enable debugging for the client and log all requests and responses to the console. + +Alternatively, You can also enable debugging using the environment variable `IB_LOG_LEVEL` by setting it to `DEBUG`. + ## Support For support and inquiries, contact Infoblox Support or refer to the official [Universal DDI documentation](https://csp.infoblox.com/apidoc). \ No newline at end of file