-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
show only logs with a severity level of ERROR or higher in the stderr #4944
Conversation
Signed-off-by: Adarsh-verma-14 <[email protected]>
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
While you are waiting, make sure to:
Learn more about: |
Signed-off-by: Adarsh Verma <[email protected]>
CHANGELOG.md
Outdated
@@ -91,6 +91,7 @@ New deprecation(s): | |||
- **GitHub Runner Scaler**: Fix explicit repo check 404 to skip not crash ([#4790](https://github.com/kedacore/keda/issues/4790)) | |||
- **GitHub Runner Scaler**: Fix rate checking on GHEC when HTTP 200 ([#4786](https://github.com/kedacore/keda/issues/4786)) | |||
- **Pulsar Scaler**: Fix `msgBacklogThreshold` field being named wrongly as `msgBacklog` ([#4681](https://github.com/kedacore/keda/issues/4681)) | |||
- **General**: Add one deployment arg in keda-metrics-apiserver for only printing errors, but errors should go to stderr ([#4049](https://github.com/kedacore/keda/issues/4049)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please move this up to Unreleased section, to ### Other subsection? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure @zroubalik , actually there are some problem with my side and branches during update, so I am closing this PR and will again raised regarding same things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry for this inconvenience .
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Tom Kerkhove <[email protected]>
…#4922) Co-authored-by: Jorge Turrado Ferrero <[email protected]>
…ring (kedacore#4584) * fix RabbitMQ Scaler, allow subpaths along with vhost in connection string (kedacore#4584) Signed-off-by: Roman Bielyi <[email protected]> * Fix CHANGELOG.md, remove redundant/wrong pieces that were made during rebase, this fix is aimed to resolve failed workflow's Static Check (validate-changelog) test Signed-off-by: Roman Bielyi <[email protected]> --------- Signed-off-by: Roman Bielyi <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Adarsh-verma-14 <[email protected]>
I have closed this PR and also raised a new PR(#4952 ) for the same issue . |
Signed-off-by: Adarsh-verma-14 [email protected]
In the logs of keda-metrics-apiserver, show only printing errors, but errors should go to stderr.
Checklist
Fixes #4049