Closed padamstx closed 1 month ago
As I'm looking at the changes and the README. Shouldn't we update the logging section of the README? Especially the code below. Now it's enough to enable the debug logging before the base service is created, right?
### Low level request and response dump To get low level information of the requests/ responses: from http.client import HTTPConnection HTTPConnection.debuglevel = 1
Yes, I'm planning on doing that prior to merging.
@dpopp07 @pyrooka I think I can say that this PR is finally finished! :joy: In my more recent changes, I've simplified a bit how testcases can enable debug logging, and I also updated the README.md to have more up-to-date info about logging.
Edit: I re-requested reviews mainly due to the changes in README.md. You should be able to easily see the recent changes by clicking on the appropriate "Compare" link above.
Looks pretty similar so maybe it's good to go already but does this have any implications for how the SDKs do logging, as documented here?
Looks pretty similar so maybe it's good to go already but does this have any implications for how the SDKs do logging, as documented here?
Yes, I have a to-do item to go through the logging-related info in the common sdk repo and make adjustments as needed after all the logging-related changes in the cores.
:tada: This PR is included in version 3.21.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
As I'm looking at the changes and the README. Shouldn't we update the logging section of the README? Especially the code below. Now it's enough to enable the debug logging before the base service is created, right?