You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(logging): "debug" messages not shown in "AWS Toolkit Logs" channel
Problem:
`vscode.LogOutputChannel` loglevel is currently readonly:
- microsoft/vscode#170450
- PowerShell/vscode-powershell#4441
So `debug()` will just drop messages unless the user has increased vscode's log-level.
Solution:
Write "debug" logs using `info()` until vscode adds a way to set the loglevel.
0 commit comments