We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a3a4b commit 009ce28Copy full SHA for 009ce28
1 file changed
fern/products/sdks/overview/python/changelog/2026-02-10.mdx
@@ -0,0 +1,7 @@
1
+## 4.58.0
2
+**`(feat):`** Add configurable logging support to generated Python SDKs. The SDK client constructor now
3
+accepts a `logging` parameter with `LogConfig` (level, logger, silent) or a pre-configured
4
+`Logger` instance. HTTP request/response metadata is logged at debug level with automatic
5
+redaction of sensitive headers. Logging is silent by default.
6
+
7
0 commit comments