sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code
https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode
MIT License
23 stars 4 forks source link

reduce log output #329

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

We are now showing debug messages in the output window, which is great - however, we are also showing the log from regular (non erroring) requests, which is not great, as the logs can be very big.

If the request is successful, then the response body should not be shown in the output window:

image
sasjsbot commented 2 years ago

:tada: This issue has been resolved in version 1.17.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: