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

Add json logging #671

Open
wants to merge 4 commits into
base: v2.x/staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the ZSS package will be documented in this file.
## Recent Changes
- Bugfix: Corrected build environment file's use of IP address to github.com (#660)

## `2.13.0`
- Enhancement: JSON parsing is now debuggable via the logger "_zss.json".

## `2.10.0`
- This action making a CHANGELOG note via special syntax from the GitHub PR commit message, like it could automatically update CHANGELOG.md with the message. First job checks if PR body has changelog note or not if it's not there then it asked them to add it and second job is to check if changelog note has been added in changelog.md file or not. (#636)
- Bugfix: Datasets with VOLSER set to an MVS Symbol would cause dataset read, write, and metadata API calls to fail for those datasets. (#603)
Expand Down
4 changes: 4 additions & 0 deletions schemas/zss-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@
"description": "Controls logging of JWT library functions.",
"$ref": "#/$defs/logLevel"
},
"_zss.json": {
"description": "Controls logging of JSON library functions.",
"$ref": "#/$defs/logLevel"
},
"^.*$": {
"$ref": "#/$defs/logLevel"
}
Expand Down