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

[RHCLOUD-19829] Fixed logging type #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

psav
Copy link
Collaborator

@psav psav commented Jun 10, 2022

No description provided.

@psav psav changed the title Fixed logging type [RHCLOUD-19829] Fixed logging type Jun 10, 2022
@psav psav added bug Something isn't working pr-functional-change Will result in a new binary labels Jun 10, 2022
@cryptomilk
Copy link

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>
@bsquizz
Copy link
Contributor

bsquizz commented Mar 21, 2024

/retest

@bsquizz bsquizz self-assigned this 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
Copy link
Contributor

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
Labels
bug Something isn't working pr-functional-change Will result in a new binary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants