Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not trigger zowe.sysMessages in ZWED5015I #131

Open
Martin-Zeithaml opened this issue Sep 24, 2024 · 0 comments
Open

Do not trigger zowe.sysMessages in ZWED5015I #131

Martin-Zeithaml opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@Martin-Zeithaml
Copy link
Contributor

When user sets zowe.sysMessages, we are skipping messages printed in ZWE_zowe_sysMessages ("Show Environment").

But we will process ZWED5015I - Processed environment variables:

Config example

zowe:
  sysMessages:
    - "ZWE*W"
    - "ZWES????W"
    - "ZWES1013I"

Excluded

Show Environment
...
ZWE_zowe_sysMessages=ZWE*W,ZWES????W,ZWES1013I 
ZWE_zowe_sysMessages_0=ZWE*W
ZWE_zowe_sysMessages_1=ZWES????W
ZWE_zowe_sysMessages_2=ZWES1013I

Duplicated to SYSLOG

ZWED5015I - Processed environment variables:
...
    "sysMessages": [
      "ZWE*W",      
      "ZWES????W",  
      "ZWES1013I"   
    ],              
...

Log

The first line is fine, the rest is confusing:

03:19:03 2907202807 ZWES1013I ZSS Server has started. Version '3.0.0+20240919' 64-bit
03:19:10 2907202874       "ZWE*W",
03:19:10 2907202875       "ZWES????W",
03:19:10 2907202876       "ZWES1013I"                
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants