From the #9724 spike for #8527 - Have a user setting which defines the trace levels. off,error,warn,info,verbose. "error" is default https://github.com/microsoft/vscode-python/issues/11699 - Move everything to Python output channel - Turn off logging during testing - [ ] Determine useless instances of `@traceDecorators.verbose/info` in PR reviews from DS and extension team and remove them.
From the #9724 spike for #8527
Have a user setting which defines the trace levels. off,error,warn,info,verbose. "error" is default Add setting
python.logging.levelwhich carries the logging level value the extension will log at #11699Move everything to Python output channel
Turn off logging during testing
Determine useless instances of
@traceDecorators.verbose/infoin PR reviews from DS and extension team and remove them.