-
Notifications
You must be signed in to change notification settings - Fork 136
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
Issue with docs.zowe.org/stable/user-guide/api-mediation/wto-message-on-startup/ #4130
Comments
Correction, the examples that already exist in sysMessages:
# # Zowe starting
- "ZWEL0021I"
# # Zowe started
- "ZWEL0018I"
- "ZWEL0006I"
# # Zowe ready to use
- "ZWES1601I"
# # Zowe stopping
- "ZWEL0008I"
# # Zowe stopped
- "ZWEL0022I"
# # Zowe components starting
- "ZWEL0001I"
# # Zowe components stopped
- "ZWEL0002I"
# # API ML components ready
- "ZWEAM000I"
# # App server ready
- "ZWED0031I"
# # ZSS ready
- "ZWES1013I" |
Or if you are upgrading from Zowe V2. I proposed the text change to reflect that it may be already there now. |
Thanks for taking a stab at this. FYI: The doc shows message prefixes like "ZWEAM001I" however the pre populated example has "ZWEL0001I" |
ZWEL0001I and ZEWAM001I are different messages. Both are issued by Zowe. I am not sure I understand the follow-up question. |
Clearly I am confused 😄 ZWEL0001I is provide as a default example in Side note: |
There are three different messages that are similar: |
Description
The doc states
However, in a new install (Zowe 3.0+), this example is already added. Is the request to change this property only for Zowe v <3.0?
Pages to Update
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: