zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

CLI log level environment variables are ignored in Zowe Explorer #2920

Open adam-wolfe opened 1 month ago

adam-wolfe commented 1 month ago

Describe the bug

I have log levels set for Zowe CLI using ZOWE_APP_LOG_LEVEL and ZOWE_IMPERATIVE_LOG_LEVEL, both set to TRACE. I have also checked the checkbox in setting for zowe.cliLoggerSetting.presented. However, my logs only include information at the level specified by the zowe.logger setting.

Also, the text for the zowe.cliLoggerSetting.presented setting is unclear and should be cleaned up.

To Reproduce

Expected behavior

If the zowe.cliLoggerSetting.presented box is checked, I would expect the Zowe Explorer log level to match what I have in my environment variables.

Screenshots

image

Desktop (please complete the following information):

Additional context

github-actions[bot] commented 1 month ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

traeok commented 1 month ago