-
Notifications
You must be signed in to change notification settings - Fork 61
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
[RHCLOUD-19829] Fixed logging type #627
Open
psav
wants to merge
1
commit into
master
Choose a base branch
from
psav/fix_logging_type
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psav
force-pushed
the
psav/fix_logging_type
branch
from
June 10, 2022 09:37
c5612c4
to
833ced7
Compare
psav
added
bug
Something isn't working
pr-functional-change
Will result in a new binary
labels
Jun 10, 2022
We are hitting this issue that the logging type isn't set. This could be fixed since 2022. |
avisiedo
added a commit
to avisiedo/idmsvc-backend
that referenced
this pull request
Mar 20, 2024
Temporary workaround that fill type with "cloudwatch" string when we fill the cloudwatch configuration. Once the referenced PR is merged, we can remove See: RedHatInsights/clowder#627 Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
avisiedo
added a commit
to avisiedo/idmsvc-backend
that referenced
this pull request
Mar 20, 2024
Temporary workaround that fill type with "cloudwatch" string when we fill the cloudwatch configuration. Once the referenced PR is merged, we can remove See: RedHatInsights/clowder#627 Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
/retest |
bsquizz
approved these changes
Mar 21, 2024
- script: kubectl get secret --namespace=test-log-none puptoo -o json > /tmp/test-log-none | ||
- script: jq -r '.data["cdappconfig.json"]' < /tmp/test-log-none | base64 -d > /tmp/test-log-none-json | ||
|
||
- script: jq -r '.logging.type == "null"' -e < /tmp/test-log-none-json |
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 thought we left null keys absent these days, but I can see this has been in place in the code for awhile so probably not worth changing just for this simple fix.
avisiedo
added a commit
to podengo-project/idmsvc-backend
that referenced
this pull request
Apr 2, 2024
Temporary workaround that fill type with "cloudwatch" string when we fill the cloudwatch configuration. Once the referenced PR is merged, we can remove See: RedHatInsights/clowder#627 Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.