Skip to content

Commit

Permalink
Update defaults.yaml with sysmessages
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Sep 30, 2024
1 parent 86b91e8 commit 450bc03
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,30 @@ zowe:
# Default to caching service entry as it predates this one
name: "${{ ()=> { if (components['caching-service']?.storage?.vsam?.name) { return components['caching-service'].storage.vsam.name } else { return '' } }() }}"

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 started
- "ZWEAM000I"
# # API ML components ready
- "ZWEAM001I"
# # App server ready
- "ZWED0031I"
# # ZSS ready
- "ZWES1013I"

configmgr:
# STRICT=quit on any error, including missing schema
Expand Down

0 comments on commit 450bc03

Please sign in to comment.