pulumi/sdk/python/lib
Justin Van Patten 63e129a386
[sdk/python] Reduce `log.debug` calls for improved performance (#7295)
`log.debug` messages are part of an update and get sent to the service. Reducing the number of `log.debug` calls can significantly improve the performance of a program. This commit changes the debug logging in the Python SDK to be similar to the debug logging in the Node.js SDK.

 - An `excessive_debug_output` variable has been added (that can be set to `True` during debugging), but otherwise will avoid a large number of `log.debug` calls.
- Some unhelpful/redundant `log.debug` calls have been deleted.
2021-06-14 10:24:01 -07:00
..
pulumi [sdk/python] Reduce `log.debug` calls for improved performance (#7295) 2021-06-14 10:24:01 -07:00
test Ensure `Output.from_input({})` returns `{}` instead of `[]` (#7254) 2021-06-09 19:48:10 +10:00
test_with_mocks Skip flaky python test (#7035) 2021-05-12 09:29:13 -07:00
setup.py [sdk/python] - Fix python lint errors (#6872) 2021-04-26 08:56:15 -07:00