Closed git-hulk closed 2 years ago
Many thanks to @pregnor, it's enough in the next release since we can workaround with local charts and use the remote repo agnain after releasing.
@git-hulk I hope it is okay if we are going to rebase the PR to the latest master state and also push a chart patch version bump commit before merging. It is easier and faster for us to release a patch version this way.
@akijakya is going to do these changes and the release in the coming hours.
Many thanks to @pregnor, we have patched the change on our local version, and works fine now. Would switch to the community version again after release.
What's in this PR?
Support to modify the log level key name in the cadence
Why?
The log level key was used to identify which field in the log JSON was represented the log level and regard the log as ERROR level when the log level key was not found, so we want to have a way to change log level key(default was "level").
Checklist